wok diff zip/receipt @ rev 2791

slitaz-boot-scripts: Remove old desktop file
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 28 02:19:36 2009 +0200 (2009-04-28)
parents 637e958c066c
children b303dfac3b48
line diff
     1.1 --- a/zip/receipt	Wed Apr 22 17:08:17 2009 +0200
     1.2 +++ b/zip/receipt	Tue Apr 28 02:19:36 2009 +0200
     1.3 @@ -1,18 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zip"
     1.7 -VERSION="3.0"
     1.8 +VERSION="2.32"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Compressor utilities compatible with the DOS PKZIP."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -TARBALL="zip30.tgz"
    1.13 +TARBALL="zip232.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  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -    mv zip30 zip-3.0
    1.21  	cd $src
    1.22  	make -f unix/Makefile generic_gcc
    1.23  }