diff options
| author | Geoff Nixon | 2015-02-22 01:59:51 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-22 19:20:51 -0800 |
| commit | 93e2ba0992dcf53acd27d77aa8fe005f60956e01 (patch) | |
| tree | 8b2fa0cfde7e5e7a949fc2e0833f822244aaa23a /Library/Formula | |
| parent | d34f8fd6fa04565f3f8a548b02be0a37f3ecb9af (diff) | |
| download | homebrew-93e2ba0992dcf53acd27d77aa8fe005f60956e01.tar.bz2 | |
ipbt 20141026.2197432
Closes #37061.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ipbt.rb | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Library/Formula/ipbt.rb b/Library/Formula/ipbt.rb index a78d85750..df726d821 100644 --- a/Library/Formula/ipbt.rb +++ b/Library/Formula/ipbt.rb @@ -1,10 +1,7 @@ -require 'formula' - class Ipbt < Formula - homepage 'http://www.chiark.greenend.org.uk/~sgtatham/ipbt/' - url 'http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-r9487.tar.gz' - sha1 'cd7c0b991a9422ed5f31ce13846f28fb5860b0dc' - version 'r9487' + homepage "http://www.chiark.greenend.org.uk/~sgtatham/ipbt/" + url "http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-20141026.2197432.tar.gz" + sha1 "db190dda34611f0037c56b0cf8fb595d10f2b1a5" bottle do cellar :any @@ -14,8 +11,9 @@ class Ipbt < Formula end def install - system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking' - system "make install" + system "./configure", "--prefix=#{prefix}", + "--disable-dependency-tracking" + system "make", "install" end test do |
