wok rev 12365

babl: Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:37:55 2012 +0000 (2012-04-19)
parents 1b6a3b5b9bed
children 73825207006f
files babl/receipt
line diff
     1.1 --- a/babl/receipt	Thu Apr 19 21:36:29 2012 +0000
     1.2 +++ b/babl/receipt	Thu Apr 19 21:37:55 2012 +0000
     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.