wok-6.x diff advancecomp/receipt @ rev 16781
Merge branches.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 23 01:50:31 2014 +0300 (2014-06-23) |
parents | 4273e906522b |
children | 46121975746c |
line diff
1.1 --- a/advancecomp/receipt Tue Feb 16 11:40:35 2010 +0000 1.2 +++ b/advancecomp/receipt Mon Jun 23 01:50:31 2014 +0300 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 1.10 WGET_URL="$SF_MIRROR/advancemame/$TARBALL" 1.11 +TAGS="compression archive" 1.12 + 1.13 DEPENDS="gcc-lib-base zlib" 1.14 BUILD_DEPENDS="zlib-dev" 1.15 -TAGS="compression archive" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -20,12 +22,12 @@ 1.20 --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr 1.31 - cp -a $_pkg/usr/bin $fs/usr 1.32 + cp -a $install/usr/bin $fs/usr 1.33 }