cufflinks 1.0.0

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Carlos Borroto 2011-05-05 14:23:37 -04:00 committed by Adam Vandenberg
parent 9828711364
commit 97f0618d6c
1 changed files with 3 additions and 2 deletions

View File

@ -1,14 +1,15 @@
require 'formula'
class Cufflinks < Formula
url 'http://cufflinks.cbcb.umd.edu/downloads/cufflinks-0.9.3.tar.gz'
url 'http://cufflinks.cbcb.umd.edu/downloads/cufflinks-1.0.0.tar.gz'
homepage 'http://cufflinks.cbcb.umd.edu/'
md5 '8a7cf406d0a3f97d79972b69dbab2122'
md5 '64d6f1e60bab51d53d67e322a5e02b48'
depends_on 'boost'
depends_on 'samtools'
def install
ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"