wok diff libnsgif/receipt @ rev 11168
ftgl: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 07:12:20 2011 +0000 (2011-11-02) |
parents | d158f6149add |
children | 4904e3d374a9 |
line diff
1.1 --- a/libnsgif/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/libnsgif/receipt Wed Nov 02 07:12:20 2011 +0000 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.