clustalw 2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5579160d94
commit
8b33ddb819
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class ClustalW < Formula
|
class ClustalW < Formula
|
||||||
url 'http://www.clustal.org/download/2.0.12/clustalw-2.0.12.tar.gz'
|
|
||||||
homepage 'http://www.clustal.org/'
|
homepage 'http://www.clustal.org/'
|
||||||
md5 '8d0c50ffbe5898b03509aa0a7709f642'
|
url 'http://www.clustal.org/download/2.1/clustalw-2.1.tar.gz'
|
||||||
|
sha1 'f29784f68585544baa77cbeca6392e533d4cf433'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue