ipbt 20141026.2197432

Closes Homebrew/homebrew#37061.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
master
Geoff Nixon 2015-02-22 01:59:51 -08:00 committed by Tim D. Smith
parent eb61859a99
commit 3965625171
1 changed files with 6 additions and 8 deletions

View File

@ -1,10 +1,7 @@
require 'formula'
class Ipbt < Formula class Ipbt < Formula
homepage 'http://www.chiark.greenend.org.uk/~sgtatham/ipbt/' homepage "http://www.chiark.greenend.org.uk/~sgtatham/ipbt/"
url 'http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-r9487.tar.gz' url "http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-20141026.2197432.tar.gz"
sha1 'cd7c0b991a9422ed5f31ce13846f28fb5860b0dc' sha1 "db190dda34611f0037c56b0cf8fb595d10f2b1a5"
version 'r9487'
bottle do bottle do
cellar :any cellar :any
@ -14,8 +11,9 @@ class Ipbt < Formula
end end
def install def install
system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking' system "./configure", "--prefix=#{prefix}",
system "make install" "--disable-dependency-tracking"
system "make", "install"
end end
test do test do