# HG changeset patch # User Christopher Rogers # Date 1334875773 0 # Node ID df3c83ee736698f26e838076c3baef56e6e1060e # Parent a41e67c53243eec727c436268c36466550ac0889 libsigc++: Clean up. diff -r a41e67c53243 -r df3c83ee7366 libsigc++/receipt --- a/libsigc++/receipt Thu Apr 19 22:36:56 2012 +0000 +++ b/libsigc++/receipt Thu Apr 19 22:49:33 2012 +0000 @@ -8,12 +8,13 @@ BUILD_DEPENDS="m4" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libsigc.sourceforge.net/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src + ./configure \ $CONFIGURE_ARGS && make &&