glibmm 2.32.0

This commit is contained in:
Adam Vandenberg 2012-04-23 22:10:28 -07:00
parent d95ecff6b8
commit a871d49dd8

View file

@ -2,15 +2,17 @@ require 'formula'
class Glibmm < Formula
homepage 'http://www.gtkmm.org/'
url 'http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.28/glibmm-2.28.2.tar.bz2'
sha256 '7b67178363f8494c94f8b3dd704a4c8db7ad75a253fc84a4ad229e5e179ec192'
url 'http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.32/glibmm-2.32.0.tar.xz'
sha256 'e1806f884c6e9f904ee2af0d39dd8d4de3f91a039f897f54333b0890de06f94b'
depends_on 'xz' => :build
depends_on 'pkg-config' => :build
depends_on 'libsigc++'
depends_on 'glib'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end