diff options
| author | BrewTestBot | 2015-01-14 03:43:52 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-14 12:32:13 +0000 |
| commit | 6d880e3558d289326a38f1b2add374c2210a0024 (patch) | |
| tree | d96fe7f8fdb7f3840d4c1110bfa2ca3d462a0d2e /Library/Formula | |
| parent | 992c174b90d44d9b8357ab24b77011c4af525ee5 (diff) | |
| download | homebrew-6d880e3558d289326a38f1b2add374c2210a0024.tar.bz2 | |
bcpp: add 20131209 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bcpp.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/bcpp.rb b/Library/Formula/bcpp.rb index 4b13b5f3d..6fda6e1c3 100644 --- a/Library/Formula/bcpp.rb +++ b/Library/Formula/bcpp.rb @@ -3,6 +3,13 @@ class Bcpp < Formula url "ftp://invisible-island.net/bcpp/bcpp-20131209.tgz" sha1 "5b38e0ae532ed5fc9ee8d5fc8bf84511d55080a8" + bottle do + cellar :any + sha1 "cfb51c877c07ca763570481f7aaa8266090892ee" => :yosemite + sha1 "8bb51fb15c993112d0fac70baf694f1682a69456" => :mavericks + sha1 "45b5a1f149bb2cbca9b0c24bb066c82a8e92a6d1" => :mountain_lion + end + def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "make", "install" |
