wok diff libsigc++/receipt @ rev 13197

Up: fail2ban to 0.8.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Aug 05 11:03:51 2012 +0000 (2012-08-05)
parents eb512922693f
children 6eff489aa802
line diff
     1.1 --- a/libsigc++/receipt	Sat Dec 10 04:36:45 2011 +0100
     1.2 +++ b/libsigc++/receipt	Sun Aug 05 11:03:51 2012 +0000
     1.3 @@ -8,12 +8,13 @@
     1.4  BUILD_DEPENDS="m4"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://libsigc.sourceforge.net/"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 +
    1.15  	./configure \
    1.16  		$CONFIGURE_ARGS &&
    1.17  	make &&