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