wok diff libsigc++/receipt @ rev 14398
Add: evas_generic_loaders
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 17:25:54 2013 +0200 (2013-04-23) |
parents | eb512922693f |
children | 6eff489aa802 |
line diff
1.1 --- a/libsigc++/receipt Sat Dec 10 04:36:45 2011 +0100 1.2 +++ b/libsigc++/receipt Tue Apr 23 17:25:54 2013 +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 &&