wok rev 9773

libnsgif: clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:23:36 2011 +0200 (2011-05-11)
parents 3271c62b0206
children 3531eafd5c49
files libnsgif/receipt
line diff
     1.1 --- a/libnsgif/receipt	Wed May 11 21:16:24 2011 +0200
     1.2 +++ b/libnsgif/receipt	Wed May 11 21:23:36 2011 +0200
     1.3 @@ -5,17 +5,19 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Libnsgif is a decoding library for the GIF image file format."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -BUILD_DEPENDS="subversion"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/"
    1.10  WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libnsgif"
    1.11  BRANCH="$VERSION"
    1.12  
    1.13 +BUILD_DEPENDS="subversion"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19 -	make install DESTDIR=$PWD/_pkg PREFIX=/usr &&
    1.20 -	make install COMPONENT_TYPE=lib-shared DESTDIR=$PWD/_pkg PREFIX=/usr
    1.21 +	make install DESTDIR=$DESTDIR PREFIX=/usr &&
    1.22 +	make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.