wok-next diff lzip/receipt @ rev 17516
Remove some categories (system -> system-tools, web -> network, devel -> development, news -> network).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 15 01:14:17 2015 +0200 (2015-01-15) |
parents | 2b9f96603415 |
children | d7f8436a2f34 |
line diff
1.1 --- a/lzip/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/lzip/receipt Thu Jan 15 01:14:17 2015 +0200 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lzip" 1.7 -VERSION="1.13" 1.8 +VERSION="1.16" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="LZMA compressor" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 -LICENSE="GPL3" 1.13 +LICENSE="GPL2" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.nongnu.org/lzip/lzip.html" 1.16 WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL" 1.17 @@ -15,7 +15,6 @@ 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.23 make && 1.24 make DESTDIR=$DESTDIR install