diff options
| author | BrewTestBot | 2014-07-03 13:32:20 +0100 | 
|---|---|---|
| committer | BrewTestBot | 2014-07-03 13:32:20 +0100 | 
| commit | b2c1593a19a5a924375494f1f1d4b363001632ce (patch) | |
| tree | d28a27edfe8919e59cd6ea34fe629c215ebe6fa8 | |
| parent | 3f36cfdf61a48cb900ac090bb7c1eaad1f88f0e1 (diff) | |
| download | homebrew-b2c1593a19a5a924375494f1f1d4b363001632ce.tar.bz2 | |
chmlib: add 0.40 bottle.
| -rw-r--r-- | Library/Formula/chmlib.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/chmlib.rb b/Library/Formula/chmlib.rb index b84360ad4..713c63f05 100644 --- a/Library/Formula/chmlib.rb +++ b/Library/Formula/chmlib.rb @@ -5,6 +5,13 @@ class Chmlib < Formula    url 'http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz'    sha1 '8d9e4b9b79a23974aa06fb792ae652560bac5c4e' +  bottle do +    cellar :any +    sha1 "e65fbdafd130028ed1383a8318612917e6f4eda5" => :mavericks +    sha1 "bd7d91259ed29e4fd804ef8ae45ab57ac1559da8" => :mountain_lion +    sha1 "cc6c36eca6407cfaa925aca3c86dc875adc7566a" => :lion +  end +    def install      system "./configure", "--disable-io64", "--enable-examples", "--prefix=#{prefix}"      system "make install" | 
