wok-next diff libsigc++/receipt @ rev 13208
postgis: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 15:22:20 2012 +0200 (2012-08-06) |
parents | eb512922693f |
children | 6eff489aa802 |
line diff
1.1 --- a/libsigc++/receipt Sat Dec 10 04:36:45 2011 +0100 1.2 +++ b/libsigc++/receipt Mon Aug 06 15:22:20 2012 +0200 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 &&