diff options
| author | Carlos Borroto | 2011-04-22 12:36:32 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-22 09:52:46 -0700 |
| commit | e7ed6a75d835c95e9cdbb5a329c106ec0c5fa45f (patch) | |
| tree | c3ea5991c09abc16fdff89c52f15405ed0e389ff /Library | |
| parent | 247fb931aa8631ff83fffc23b749e353cbe563f8 (diff) | |
| download | homebrew-e7ed6a75d835c95e9cdbb5a329c106ec0c5fa45f.tar.bz2 | |
samtools 0.1.16
Also, add HEAD and move examples to share
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/samtools.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/samtools.rb b/Library/Formula/samtools.rb index 4c9427d2f..0b3d7d71a 100644 --- a/Library/Formula/samtools.rb +++ b/Library/Formula/samtools.rb @@ -1,16 +1,17 @@ require 'formula' class Samtools < Formula - url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.15/samtools-0.1.15.tar.bz2' + url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.16/samtools-0.1.16.tar.bz2' homepage 'http://samtools.sourceforge.net/' - md5 'caf1cac191fdabd57a309e36f359c047' + md5 'ae26c63a783f95a45ddf8a109c9d9a5d' + head 'https://samtools.svn.sourceforge.net/svnroot/samtools/trunk/samtools' def install system "make" system "make razip" bin.install %w{samtools razip} - prefix.install %w{examples misc NEWS} + (share+'samtools').install %w{examples misc} lib.install 'libbam.a' (include+'bam').install Dir['*.h'] man1.install 'samtools.1' |
