aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lzo.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lzo.rb b/Library/Formula/lzo.rb
index 03e7bf5fa..948b49508 100644
--- a/Library/Formula/lzo.rb
+++ b/Library/Formula/lzo.rb
@@ -5,6 +5,13 @@ class Lzo < Formula
url 'http://www.oberhumer.com/opensource/lzo/download/lzo-2.06.tar.gz'
sha256 'ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73'
+ bottle do
+ cellar :any
+ sha1 "39b3bddecc7646bac80d1b12931148932b9ff6b1" => :mavericks
+ sha1 "0a752df8103e1020b2d8d7fa9fa0a8ce59f9cddc" => :mountain_lion
+ sha1 "d88d2c7a55df8acf9cdfe7b3438e04c07e284adc" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",