wok diff libsigc++/receipt @ rev 9804

usbutils: fix build by using latest version from kernel.org
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 19:44:44 2011 +0200 (2011-05-14)
parents 2f0217389f28
children b33423de19b3
line diff
     1.1 --- a/libsigc++/receipt	Sat Sep 11 00:33:11 2010 +0000
     1.2 +++ b/libsigc++/receipt	Sat May 14 19:44:44 2011 +0200
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="Callback Framework for C++"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  BUILD_DEPENDS="m4"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://libsigc.sourceforge.net/"
    1.10 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$TARBALL"
    1.11 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()