wok-6.x diff gimp/receipt @ rev 17968
Up slitaz-tools-boxes (939)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 17 10:45:28 2015 +0200 (2015-04-17) |
parents | eeffac2b77bc |
children | 34df176312fc |
line diff
1.1 --- a/gimp/receipt Sun Nov 16 00:04:13 2014 +0000 1.2 +++ b/gimp/receipt Fri Apr 17 10:45:28 2015 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL3" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.gimp.org/" 1.7 -WGET_URL="http://download.gimp.org/pub/gimp/v2.8/$TARBALL" 1.8 +WGET_URL="http://download.gimp.org/pub/gimp/v${VERSION%.*}/$TARBALL" 1.9 SUGGESTED="gimp-plug-ins gimp-brushes gimp-console gimp-plugin-ufraw" 1.10 1.11 DEPENDS="libart_lgpl babl gegl libgio tiff xorg-libXdamage xorg-libXmu \ 1.12 @@ -20,7 +20,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 --sysconfdir=/etc \