aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:21 +0100
committerBrewTestBot2014-07-03 13:32:21 +0100
commit3bd2d3a5920a8bf939ffd634c1671250e94ff564 (patch)
treeff7937e96fd71701985e270de7879faf4eb3ccc5 /Library/Formula
parent710e9b562a8f6c793a9f9600a0cdfe96c8351a0f (diff)
downloadhomebrew-3bd2d3a5920a8bf939ffd634c1671250e94ff564.tar.bz2
dxflib: add 2.5.0.0-1 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dxflib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dxflib.rb b/Library/Formula/dxflib.rb
index aa20f0f27..8cf728eef 100644
--- a/Library/Formula/dxflib.rb
+++ b/Library/Formula/dxflib.rb
@@ -5,6 +5,13 @@ class Dxflib < Formula
url 'http://www.ribbonsoft.com/archives/dxflib/dxflib-2.5.0.0-1.src.tar.gz'
sha1 'af2e496aaf097e40bdb5d6155ba9b0d176d71729'
+ bottle do
+ cellar :any
+ sha1 "e20ddb14b010c8686963fad454846521b6bc4d2d" => :mavericks
+ sha1 "1af6665dba3655d6a47f99ada050ecd585c2ffb1" => :mountain_lion
+ sha1 "00b03949f806c24e4d4d3f23023d9ed48e8bfd97" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make install"