wok-stable rev 6522
Up: unzip to 6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 02 17:24:18 2010 +0000 (2010-10-02) |
parents | ec628ecabab2 |
children | bca0f176c4d5 |
files | unzip/receipt |
line diff
1.1 --- a/unzip/receipt Sat Oct 02 17:17:45 2010 +0000 1.2 +++ b/unzip/receipt Sat Oct 02 17:24:18 2010 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="unzip" 1.7 -VERSION="5.52" 1.8 +VERSION="6.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Zip dearchiver." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="unzip552.tar.gz" 1.13 +TARBALL="unzip60.tar.gz" 1.14 WEB_SITE="http://www.info-zip.org/" 1.15 -WGET_URL="ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/$TARBALL" 1.16 +WGET_URL="$SF_MIRROR/infozip/$TARBALL" 1.17 TAGS="archive compression" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 + ln -sf $WOK/$PACKAGE/unzip60 $WOK/$PACKAGE/$PACKAGE-$VERSION 1.23 cd $src 1.24 make -f unix/Makefile generic 1.25 make -f unix/Makefile prefix=$PWD/_pkg install