libsigc++ 2.2.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b834f1e79c
commit
a2b724918b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Libsigcxx < Formula
|
||||
url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.8.tar.bz2'
|
||||
homepage 'http://libsigc.sourceforge.net'
|
||||
md5 '1198425eab9fd605721a278c651b8dd8'
|
||||
url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.9.tar.bz2'
|
||||
sha256 '2f4c083e01d9be377669206bd97090d2e95bc05f2e8d95447c9f9ce92bdfbb63'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue