aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-02-24 15:49:34 +0000
committerBrewTestBot2014-02-24 15:49:34 +0000
commit4cc16b5fd0afcf8d86189fa825c3ce738ca1020f (patch)
treee60d56ad15358737e99a81005191a64f08ef7ac0 /Library
parentf78bbdccfaefae51aedc1f372d639f793538426a (diff)
downloadhomebrew-4cc16b5fd0afcf8d86189fa825c3ce738ca1020f.tar.bz2
jbig2dec: add 0.11 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jbig2dec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/jbig2dec.rb b/Library/Formula/jbig2dec.rb
index cf8439fbc..ec9e3bb2a 100644
--- a/Library/Formula/jbig2dec.rb
+++ b/Library/Formula/jbig2dec.rb
@@ -5,6 +5,13 @@ class Jbig2dec < Formula
url 'http://downloads.sourceforge.net/project/jbig2dec/jbig2dec/0.11/jbig2dec-0.11.tar.gz'
sha1 '349cd765616db7aac1f4dd1d45957d1da65ea925'
+ bottle do
+ cellar :any
+ sha1 "e00cb60ee3f381b625c0c9c6225102c1261fb1a0" => :mavericks
+ sha1 "a9a442415f9dc5f61d6e487abe5dd1344f1483aa" => :mountain_lion
+ sha1 "cbb4dfe055be243427210d03304c20760fb00bd7" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"