aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgadu.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libgadu.rb b/Library/Formula/libgadu.rb
index 1e328c371..1769705b9 100644
--- a/Library/Formula/libgadu.rb
+++ b/Library/Formula/libgadu.rb
@@ -3,6 +3,13 @@ class Libgadu < Formula
url "http://github.com/wojtekka/libgadu/releases/download/1.12.1/libgadu-1.12.1.tar.gz"
sha1 "a41435c0ae5dd5e7e3b998915639a8288398f86e"
+ bottle do
+ cellar :any
+ sha1 "4c48ff84a392640d330c61baaeebc1fd5d0def6c" => :yosemite
+ sha1 "794bc221f54955506c6c8b45333f4cfc801a289b" => :mavericks
+ sha1 "8c9b7e31ba9c250cdf6a86a164c38d9669ae52d4" => :mountain_lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug",
"--disable-dependency-tracking"