# HG changeset patch # User Christopher Rogers # Date 1289259787 0 # Node ID e77b044d8ea60e436040c1bea5120e7024589cbe # Parent 03117e7655ff48b7c8b98b49c90229fc13a48552 Up: zip to 3.0. diff -r 03117e7655ff -r e77b044d8ea6 zip/receipt --- a/zip/receipt Mon Nov 08 22:56:00 2010 +0000 +++ b/zip/receipt Mon Nov 08 23:43:07 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="zip" -VERSION="2.32" +VERSION="3.0" CATEGORY="utilities" SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." MAINTAINER="pankso@slitaz.org" -TARBALL="zip232.tgz" +TARBALL="zip30.tgz" WEB_SITE="http://www.info-zip.org/" WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL" TAGS="archive compression" @@ -13,6 +13,7 @@ # Rules to configure and make the package. compile_rules() { + src=$WOK/$PACKAGE/zip30 cd $src make -f unix/Makefile generic_gcc } @@ -20,6 +21,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + src=$WOK/$PACKAGE/zip30 mkdir -p $fs/usr/bin cp -a $src/zip $fs/usr/bin cp -a $src/zipcloak $fs/usr/bin