wok-6.x diff zip/receipt @ rev 4779
Add: libbfd.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 14 22:16:51 2010 +0100 (2010-01-14) |
parents | 637e958c066c |
children | b303dfac3b48 |
line diff
1.1 --- a/zip/receipt Wed Apr 22 17:08:17 2009 +0200 1.2 +++ b/zip/receipt Thu Jan 14 22:16:51 2010 +0100 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 }