wok diff arj/receipt @ rev 15477
Add python-qrcode
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 10:29:13 2013 +0000 (2013-11-10) |
parents | cbfb348cb173 |
children | fcdd50638150 |
line diff
1.1 --- a/arj/receipt Sun May 08 00:40:27 2011 +0200 1.2 +++ b/arj/receipt Sun Nov 10 10:29:13 2013 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="ARJ archiver." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 +TAGS="compression archive" 1.12 + 1.13 BUILD_DEPENDS="autoconf" 1.14 -TAGS="compression archive" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -22,14 +24,14 @@ 1.19 cd .. 1.20 busybox patch -p0 < $stuff/fardata.u 1.21 make -k -j1 1.22 - make DESTDIR=$PWD/_pkg install 1.23 + make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr 1.30 - cp -a $_pkg/usr/bin $fs/usr 1.31 - cp -a $_pkg/usr/lib $fs/usr 1.32 + cp -a $install/usr/bin $fs/usr 1.33 + cp -a $install/usr/lib $fs/usr 1.34 } 1.35