wok-6.x diff unzip/receipt @ rev 18128
marco: update deps (again)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Jun 11 13:43:49 2015 -0300 (2015-06-11) |
parents | c3bd0d2548ea |
children | 9e01bc6321ea |
line diff
1.1 --- a/unzip/receipt Fri Nov 12 21:36:21 2010 +0000 1.2 +++ b/unzip/receipt Thu Jun 11 13:43:49 2015 -0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Zip dearchiver." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="other" 1.8 TARBALL="unzip60.tar.gz" 1.9 WEB_SITE="http://www.info-zip.org/" 1.10 WGET_URL="$SF_MIRROR/infozip/$TARBALL" 1.11 @@ -16,14 +17,14 @@ 1.12 ln -sf $WOK/$PACKAGE/unzip60 $WOK/$PACKAGE/$PACKAGE-$VERSION 1.13 cd $src 1.14 make -f unix/Makefile generic 1.15 - make -f unix/Makefile prefix=$PWD/_pkg install 1.16 + make -f unix/Makefile prefix=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/bin $fs/usr/bin 1.24 + cp -a $install/bin $fs/usr/bin 1.25 } 1.26 1.27 # Remove Busybox symlink before installing