wok-6.x diff zip/receipt @ rev 21975
updated st (0.5 -> 0.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 14:31:25 2019 +0100 (2019-10-11) |
parents | 191b99ca9dc2 |
children | 56ee356284c6 |
line diff
1.1 --- a/zip/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/zip/receipt Fri Oct 11 14:31:25 2019 +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 -