2011-03-10 05:11:03 +00:00
|
|
|
class Libgadu < Formula
|
2015-02-22 09:53:28 +00:00
|
|
|
homepage "http://libgadu.net/"
|
2015-02-23 09:19:28 +00:00
|
|
|
url "https://github.com/wojtekka/libgadu/releases/download/1.12.1/libgadu-1.12.1.tar.gz"
|
2015-02-22 09:53:28 +00:00
|
|
|
sha1 "a41435c0ae5dd5e7e3b998915639a8288398f86e"
|
2010-02-23 19:46:24 +00:00
|
|
|
|
2015-02-22 11:55:56 +00:00
|
|
|
bottle do
|
|
|
|
cellar :any
|
|
|
|
sha1 "4c48ff84a392640d330c61baaeebc1fd5d0def6c" => :yosemite
|
|
|
|
sha1 "794bc221f54955506c6c8b45333f4cfc801a289b" => :mavericks
|
|
|
|
sha1 "8c9b7e31ba9c250cdf6a86a164c38d9669ae52d4" => :mountain_lion
|
|
|
|
end
|
|
|
|
|
2010-02-23 19:46:24 +00:00
|
|
|
def install
|
2015-02-22 09:53:28 +00:00
|
|
|
system "./configure", "--prefix=#{prefix}", "--disable-debug",
|
|
|
|
"--disable-dependency-tracking"
|
|
|
|
system "make", "install"
|
2010-02-23 19:46:24 +00:00
|
|
|
end
|
|
|
|
end
|