wok rev 12386

libsigc++: Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 22:49:33 2012 +0000 (2012-04-19)
parents a41e67c53243
children 697fd27f725e
files libsigc++/receipt
line diff
     1.1 --- a/libsigc++/receipt	Thu Apr 19 22:36:56 2012 +0000
     1.2 +++ b/libsigc++/receipt	Thu Apr 19 22:49:33 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 &&