wok diff lzip/receipt @ rev 17639

Up: mercurial 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 21:12:48 2015 +0000 (2015-02-14)
parents 2b9f96603415
children d7f8436a2f34
line diff
     1.1 --- a/lzip/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/lzip/receipt	Sat Feb 14 21:12:48 2015 +0000
     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