# HG changeset patch # User Christopher Rogers # Date 1288746597 0 # Node ID 78fc4576a8f9f090667a205e6dc69d2ca563933d # Parent cbe7484611c07dfa5feed351efe8ef6941965af8 Changed libsigc++ TARBALL to .tar.bz2. diff -r cbe7484611c0 -r 78fc4576a8f9 libsigc++/receipt --- a/libsigc++/receipt Wed Nov 03 01:05:03 2010 +0000 +++ b/libsigc++/receipt Wed Nov 03 01:09:57 2010 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="Callback Framework for C++" MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="m4" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libsigc.sourceforge.net/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()