wok-6.x diff zip/receipt @ rev 19482
gnumeric: add dconf to DEPENDS (thanks hackdorte)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 03 10:55:08 2016 +0200 (2016-11-03) |
parents | 191b99ca9dc2 |
children | 56ee356284c6 |
line diff
1.1 --- a/zip/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/zip/receipt Thu Nov 03 10:55:08 2016 +0200 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 -