aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 18:36:37 +0100
committerMike McQuaid2014-07-03 22:33:21 +0100
commitf25358a0974eaf32d9ad33508419f02bf9ab2c50 (patch)
treee79112227c113af486bf005b5291764e37721aab /Library
parent502e23ce2d6bc49212e2bc21b71662fa7aaf58ad (diff)
downloadhomebrew-f25358a0974eaf32d9ad33508419f02bf9ab2c50.tar.bz2
lib3ds: add 1.3.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lib3ds.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lib3ds.rb b/Library/Formula/lib3ds.rb
index 169d8bbfc..94b44e4c7 100644
--- a/Library/Formula/lib3ds.rb
+++ b/Library/Formula/lib3ds.rb
@@ -5,6 +5,13 @@ class Lib3ds < Formula
url 'https://lib3ds.googlecode.com/files/lib3ds-1.3.0.zip'
sha1 '544262eac73c1e4a1d77f0f1cbd90b990a996db8'
+ bottle do
+ cellar :any
+ sha1 "53ae4cb6db633897d434cdfe95b07ca516dd1717" => :mavericks
+ sha1 "db5fdf01d5a6b33ca98bd5a6be84ca9861e4685e" => :mountain_lion
+ sha1 "888a38373b52991adeaa1c91d46fe89cb7e820cb" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"