wok-6.x diff babl/receipt @ rev 12411
Up: slitaz-configs (5.0) Buch of new change and less deps (use lxde meta packages in flavors :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 18:14:53 2012 +0200 (2012-04-20) |
parents | e631119ef303 |
children | 5570e98d10ca |
line diff
1.1 --- a/babl/receipt Mon Feb 27 12:50:07 2012 -0800 1.2 +++ b/babl/receipt Fri Apr 20 18:14:53 2012 +0200 1.3 @@ -5,18 +5,17 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="pixel format translation library." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://gegl.org/babl/" 1.10 -WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 +WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.19 - make && make DESTDIR=$PWD/_pkg install 1.20 + ./configure \ 1.21 + $CONFIGURE_ARGS && \ 1.22 + make && make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.