Skip to content

Commit

Permalink
New formula: libgtextutils
Browse files Browse the repository at this point in the history
Adding new formula for libgtextutils which is a required library for
fastx_toolkit

Closes Homebrew#9696.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
lparsons authored and jacknagel committed Mar 22, 2012
1 parent 31e4735 commit f30d35b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/libgtextutils.rb
@@ -0,0 +1,15 @@
require 'formula'

class Libgtextutils < Formula
homepage 'http://hannonlab.cshl.edu/fastx_toolkit/'
url 'http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2'
md5 'd6969aa0d31cc934e1fedf3fe3d0dc63'

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

0 comments on commit f30d35b

Please sign in to comment.