wok diff goocanvas/receipt @ rev 19010

busybox/fbvnc: wheelmouse support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 28 18:51:16 2016 +0200 (2016-03-28)
parents 380ffe05937a
children c59c2834e80e
line diff
     1.1 --- a/goocanvas/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/goocanvas/receipt	Mon Mar 28 18:51:16 2016 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://live.gnome.org/GooCanvas"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.0/$TARBALL"
     1.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="gtk+"
    1.11  BUILD_DEPENDS="gtk+-dev"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--infodir=/usr/share/info \
    1.20 @@ -31,4 +30,3 @@
    1.21  	mkdir -p $fs/usr/lib
    1.22  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23  }
    1.24 -