wok diff p7zip/receipt @ rev 9397

dahdi-tools: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 26 21:54:03 2011 +0100 (2011-03-26)
parents f74dc451a4f8
children 5b198b5bc329
line diff
     1.1 --- a/p7zip/receipt	Wed Jun 16 19:53:27 2010 +0000
     1.2 +++ b/p7zip/receipt	Sat Mar 26 21:54:03 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="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 (supports only 7z archives)"
    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 "$PACKAGE"_"$VERSION" $src
    1.17  	cd $src
    1.18  	make 7zr
    1.19  }
    1.20 @@ -23,6 +22,5 @@
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23  	cp -a $src/bin $fs/usr
    1.24 -	strip -s $fs/usr/bin/*
    1.25  }
    1.26