wok diff lzip/receipt @ rev 4405
Up: snownews (1.5.12)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Oct 20 20:27:48 2009 +0000 (2009-10-20) |
parents | a55e3f4e3eb0 |
children | 8752c40cc534 |
line diff
1.1 --- a/lzip/receipt Sat Jan 10 00:51:09 2009 +0100 1.2 +++ b/lzip/receipt Tue Oct 20 20:27:48 2009 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lzip" 1.7 -VERSION="1.3" 1.8 +VERSION="1.8" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="LZMA compressor" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 DEPENDS="" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.nongnu.org/lzip/lzip.html" 1.15 -WGET_URL="http://nongnu.mirror.ironie.org/releases/lzip/$TARBALL" 1.16 +WGET_URL="http://mirrors.linhub.com/savannah/lzip/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -24,8 +24,8 @@ 1.21 { 1.22 mkdir -p $fs/usr 1.23 cp -a $_pkg/usr/bin $fs/usr 1.24 - cp $src/lzdiff $fs/usr/bin 1.25 - cp $src/lzgrep $fs/usr/bin 1.26 +# cp $src/lzdiff $fs/usr/bin 1.27 +# cp $src/lzgrep $fs/usr/bin 1.28 1.29 strip $fs/usr/bin/lzip 1.30 }