Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
added clustalW build (some people still use it!)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
benb authored and adamv committed Aug 11, 2010
1 parent 8769d13 commit 8f649b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Library/Formula/clustal-w.rb
@@ -0,0 +1,12 @@
require 'formula'

class ClustalW <Formula
url 'http://www.clustal.org/download/current/clustalw-2.0.12.tar.gz'
homepage 'http://www.clustal.org/'
md5 '8d0c50ffbe5898b03509aa0a7709f642'

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 8f649b7

Please sign in to comment.