2009-11-12 17:19:08 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class ClustalW < Formula
|
2009-11-12 17:19:08 +00:00
|
|
|
homepage 'http://www.clustal.org/'
|
2012-08-06 22:11:38 +00:00
|
|
|
url 'http://www.clustal.org/download/2.1/clustalw-2.1.tar.gz'
|
|
|
|
sha1 'f29784f68585544baa77cbeca6392e533d4cf433'
|
2009-11-12 17:19:08 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|