wok diff zip/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 191b99ca9dc2
children 56ee356284c6
line diff
     1.1 --- a/zip/receipt	Wed Oct 02 10:41:05 2013 +0000
     1.2 +++ b/zip/receipt	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Compressor utilities compatible with the DOS PKZIP."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="other"
     1.7 -TARBALL="zip30.tgz"
     1.8 +TARBALL="$PACKAGE${VERSION//./}.tgz"
     1.9  WEB_SITE="http://www.info-zip.org/"
    1.10  WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
    1.11  TAGS="archive compression"
    1.12 @@ -14,7 +14,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	make -f unix/Makefile generic_gcc
    1.18  }
    1.19  
    1.20 @@ -27,4 +26,3 @@
    1.21  	cp -a $src/zipnote $fs/usr/bin
    1.22  	cp -a $src/zipsplit $fs/usr/bin
    1.23  }
    1.24 -