aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libelf.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libelf.rb b/Library/Formula/libelf.rb
index c04449410..a910e24e5 100644
--- a/Library/Formula/libelf.rb
+++ b/Library/Formula/libelf.rb
@@ -5,6 +5,13 @@ class Libelf < Formula
url 'http://www.mr511.de/software/libelf-0.8.13.tar.gz'
sha1 'c1d6ac5f182d19dd685c4dfd74eedbfe3992425d'
+ bottle do
+ cellar :any
+ sha1 "c7d1a8c7ee850b45fc94f8ea001cc111f7c95a47" => :mavericks
+ sha1 "a6956bd408df4de415185c4050a0e36f868b09e3" => :mountain_lion
+ sha1 "6fed390c4707aa777cad0a45c6a1ccc5b47c59b2" => :lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",