2010-05-11 19:02:00 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Lft < Formula
|
2010-05-11 19:02:00 +00:00
|
|
|
homepage 'http://pwhois.org/lft/'
|
2013-01-18 02:47:25 +00:00
|
|
|
url 'http://pwhois.org/dl/index.who?file=lft-3.35.tar.gz'
|
|
|
|
sha1 'b6c6fb51f423c5398ca649b2e8cbcbe597afff23'
|
2010-05-11 19:02:00 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|