wok-4.x rev 7190
Up: zip to 3.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 08 23:43:07 2010 +0000 (2010-11-08) |
parents | 03117e7655ff |
children | d404c39b4ac1 |
files | zip/receipt |
line diff
1.1 --- a/zip/receipt Mon Nov 08 22:56:00 2010 +0000 1.2 +++ b/zip/receipt Mon Nov 08 23:43:07 2010 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zip" 1.7 -VERSION="2.32" 1.8 +VERSION="3.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="zip232.tgz" 1.13 +TARBALL="zip30.tgz" 1.14 WEB_SITE="http://www.info-zip.org/" 1.15 WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL" 1.16 TAGS="archive compression" 1.17 @@ -13,6 +13,7 @@ 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 + src=$WOK/$PACKAGE/zip30 1.22 cd $src 1.23 make -f unix/Makefile generic_gcc 1.24 } 1.25 @@ -20,6 +21,7 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 + src=$WOK/$PACKAGE/zip30 1.30 mkdir -p $fs/usr/bin 1.31 cp -a $src/zip $fs/usr/bin 1.32 cp -a $src/zipcloak $fs/usr/bin