jbig2dec: add 0.11 bottle.
This commit is contained in:
parent
2c94b3aa3c
commit
d25b7164e4
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue