wok-6.x diff libgnomeprintui/receipt @ rev 19872
linld/tazboot: fix magic (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 30 18:01:42 2017 +0200 (2017-03-30) |
parents | 4904e3d374a9 |
children | 86790a278e70 |
line diff
1.1 --- a/libgnomeprintui/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libgnomeprintui/receipt Thu Mar 30 18:01:42 2017 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.gnome.org/" 1.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL" 1.8 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="gtk+ libgnomeprint libgnomecanvas libart_lgpl" 1.11 BUILD_DEPENDS="pkg-config gnome-icon-theme flex libgnomeprint-dev \ 1.12 @@ -17,7 +17,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 --with-html-dir=/usr/share/doc \ 1.19 $CONFIGURE_ARGS &&