wok diff zip/receipt @ rev 8137

Added elfutils and lesstif to ddd depends. Added lesstif-dev to ddd build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 21:58:17 2011 +0000 (2011-01-24)
parents b303dfac3b48
children a1c1d35d9f92
line diff
     1.1 --- a/zip/receipt	Wed Feb 24 12:44:14 2010 +0000
     1.2 +++ b/zip/receipt	Mon Jan 24 21:58:17 2011 +0000
     1.3 @@ -1,11 +1,11 @@
     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.tgz"
    1.13 +TARBALL="zip30.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  TAGS="archive compression"
    1.17 @@ -13,6 +13,7 @@
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 +	src=$WOK/$PACKAGE/zip30
    1.22  	cd $src
    1.23  	make -f unix/Makefile generic_gcc
    1.24  }
    1.25 @@ -20,6 +21,7 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 +	src=$WOK/$PACKAGE/zip30
    1.30  	mkdir -p $fs/usr/bin
    1.31  	cp -a $src/zip $fs/usr/bin
    1.32  	cp -a $src/zipcloak $fs/usr/bin