diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libbind.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libbind.rb b/Library/Formula/libbind.rb index 6d668dcc6..f7dd81b2d 100644 --- a/Library/Formula/libbind.rb +++ b/Library/Formula/libbind.rb @@ -5,6 +5,13 @@ class Libbind < Formula url 'ftp://ftp.isc.org/isc/libbind/6.0/libbind-6.0.tar.gz' sha1 '4664646238cd3602df168da1e9bc9591d3f566b2' + bottle do + cellar :any + sha1 "ab579c0bea90bde0b211f2c2c4ad93ffcc3361ce" => :mavericks + sha1 "cb656e8d005bbf7dad9f73186b2a385d1fe77315" => :mountain_lion + sha1 "21eb2174ad985ba5d9574f747bfe9d2621cd7c8e" => :lion + end + def install system "./configure", "--prefix=#{prefix}" system "make" # You need to call make, before you can call make install |
