2011-03-10 05:11:03 +00:00
|
|
|
class Lft < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Layer Four Traceroute (LFT), an advanced traceroute tool"
|
2014-09-27 17:54:22 +00:00
|
|
|
homepage "http://pwhois.org/lft/"
|
|
|
|
url "http://pwhois.org/dl/index.who?file=lft-3.73.tar.gz"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "3ecd5371a827288a5f5a4abbd8a5ea8229e116fc2f548cee9afeb589bf206114"
|
2010-05-11 19:02:00 +00:00
|
|
|
|
2014-09-27 18:18:57 +00:00
|
|
|
bottle do
|
|
|
|
cellar :any
|
|
|
|
sha1 "ff1a651b0544691f535bd22199530ea4b53093ba" => :mavericks
|
|
|
|
sha1 "9d04de7da326ee34f836f845bfbae9c6a7b18586" => :mountain_lion
|
|
|
|
sha1 "9e3320656b5181236b9c24de6693de07f47290f8" => :lion
|
|
|
|
end
|
|
|
|
|
2010-05-11 19:02:00 +00:00
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
2015-08-03 12:55:31 +00:00
|
|
|
system "make", "install"
|
2010-05-11 19:02:00 +00:00
|
|
|
end
|
|
|
|
end
|