2009-11-12 17:19:08 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class ClustalW < Formula
|
2011-01-29 20:36:20 +00:00
|
|
|
url 'http://www.clustal.org/download/2.0.12/clustalw-2.0.12.tar.gz'
|
2009-11-12 17:19:08 +00:00
|
|
|
homepage 'http://www.clustal.org/'
|
|
|
|
md5 '8d0c50ffbe5898b03509aa0a7709f642'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|