aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libbind.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 18:36:37 +0100
committerMike McQuaid2014-07-03 22:33:22 +0100
commite5446c05bb831a84e3be50583c18a227031dc730 (patch)
treefb973999cd089ce70565c4c0a225712a3a11039a /Library/Formula/libbind.rb
parente758e8415a83c91044d61ba376450d623e228b7b (diff)
downloadhomebrew-e5446c05bb831a84e3be50583c18a227031dc730.tar.bz2
libbind: add 6.0 bottle.
Diffstat (limited to 'Library/Formula/libbind.rb')
-rw-r--r--Library/Formula/libbind.rb7
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