diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libcmph.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libcmph.rb b/Library/Formula/libcmph.rb index dfb4b7bee..01cc479e6 100644 --- a/Library/Formula/libcmph.rb +++ b/Library/Formula/libcmph.rb @@ -5,6 +5,13 @@ class Libcmph < Formula url 'https://downloads.sourceforge.net/project/cmph/cmph/cmph-2.0.tar.gz' sha1 'eabdd4cd9f9bb2fed6773caac8d91638ad2d02b7' + bottle do + cellar :any + sha1 "c4d510aad625eb17bc833ed979664a492403ce19" => :mavericks + sha1 "1467eedfe3b9c9e6a06890133782a263faf67826" => :mountain_lion + sha1 "0542344c8bb8a77bb2896d2129dff5c0cb1d2c22" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
