wok diff p7zip/receipt @ rev 19357

Up p7zip (16.02)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 30 10:07:40 2016 +0200 (2016-07-30)
parents 51a1ebbda768
children f8a963794d31
line diff
     1.1 --- a/p7zip/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/p7zip/receipt	Sat Jul 30 10:07:40 2016 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="p7zip"
     1.7 -VERSION="9.20.1"
     1.8 +VERSION="16.02"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)"
    1.11  MAINTAINER="milka@konstelacioj.info"
    1.12 -LICENSE="LGPL"
    1.13 +LICENSE="LGPL2.1"
    1.14  TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2"
    1.15  WEB_SITE="http://p7zip.sourceforge.net/"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 @@ -13,7 +13,6 @@
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	cd $src
    1.22  	make 7zr
    1.23  }
    1.24  
    1.25 @@ -23,4 +22,3 @@
    1.26  	mkdir -p $fs/usr
    1.27  	cp -a $src/bin $fs/usr
    1.28  }
    1.29 -