homebrew-core/Formula/lft.rb

13 lines
335 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Lft < Formula
homepage 'http://pwhois.org/lft/'
2014-04-20 16:32:15 +00:00
url 'http://pwhois.org/dl/index.who?file=lft-3.36.tar.gz'
sha1 'f70a35b8340c1e0ff2a3435ec982e16bca3a0413'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end