samtools 0.1.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
72dafb7194
commit
9b4dba19ec
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
require 'formula'
|
||||
|
||||
class Samtools < Formula
|
||||
url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.13/samtools-0.1.13.tar.bz2'
|
||||
url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.14/samtools-0.1.14.tar.bz2'
|
||||
homepage 'http://samtools.sourceforge.net/'
|
||||
md5 '2e66b94639f90d10cc935bb145ef71f3'
|
||||
md5 'aa2bed7b3d96e64cbeb3726f1fb6d880'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
system "make razip"
|
||||
|
||||
bin.install %w{samtools razip}
|
||||
prefix.install %w{examples misc}
|
||||
prefix.install %w{examples misc NEWS}
|
||||
lib.install 'libbam.a'
|
||||
(include+'bam').install Dir['*.h']
|
||||
man1.install 'samtools.1'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue