wok rev 9252

Up: p7zip to 9.20.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 14 20:01:48 2011 +0000 (2011-03-14)
parents c9f0a527dafa
children 14f4c5e142ff
files p7zip-full/receipt p7zip/receipt
line diff
     1.1 --- a/p7zip-full/receipt	Mon Mar 14 19:16:27 2011 +0000
     1.2 +++ b/p7zip-full/receipt	Mon Mar 14 20:01:48 2011 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="p7zip-full"
     1.6  SOURCE="p7zip"
     1.7 -VERSION="9.13"
     1.8 +VERSION="9.20"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)"
    1.11  MAINTAINER="milka@konstelacioj.info"
    1.12 @@ -13,7 +13,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	mv "$SOURCE"_"$VERSION" $src
    1.17  	cd $src
    1.18  	make all3
    1.19  	make DEST_HOME=$PWD/_pkg/usr install
     2.1 --- a/p7zip/receipt	Mon Mar 14 19:16:27 2011 +0000
     2.2 +++ b/p7zip/receipt	Mon Mar 14 20:01:48 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="p7zip"
     2.7 -VERSION="9.13"
     2.8 +VERSION="9.20"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)"
    2.11  MAINTAINER="milka@konstelacioj.info"
    2.12 @@ -13,7 +13,6 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	mv "$PACKAGE"_"$VERSION" $src
    2.17  	cd $src
    2.18  	make 7zr
    2.19  }
    2.20 @@ -23,6 +22,5 @@
    2.21  {
    2.22  	mkdir -p $fs/usr
    2.23  	cp -a $src/bin $fs/usr
    2.24 -	strip -s $fs/usr/bin/*
    2.25  }
    2.26