wok-next diff zip/receipt @ rev 2683
Add: libev
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Wed Apr 22 17:08:17 2009 +0200 (2009-04-22) |
parents | cf22fee17710 |
children | 5d4d91cce2bb |
line diff
1.1 --- a/zip/receipt Wed Feb 13 15:26:29 2008 +0100 1.2 +++ b/zip/receipt Wed Apr 22 17:08:17 2009 +0200 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zip" 1.7 -VERSION="2.32" 1.8 +VERSION="3.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="zip232.tar.gz" 1.13 +TARBALL="zip30.tgz" 1.14 WEB_SITE="http://www.info-zip.org/" 1.15 -WGET_URL="ftp://ftp.dante.de/tex-archive/tools/zip/info-zip/src/$TARBALL" 1.16 +WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 + mv zip30 zip-3.0 1.22 cd $src 1.23 make -f unix/Makefile generic_gcc 1.24 }