# HG changeset patch # User Christopher Rogers # Date 1300132908 0 # Node ID 68b70f8bd2a48bb280a7ce51565119d15b4552c0 # Parent c9f0a527dafa181c7399b833d96a96c06be123e0 Up: p7zip to 9.20. diff -r c9f0a527dafa -r 68b70f8bd2a4 p7zip-full/receipt --- a/p7zip-full/receipt Mon Mar 14 19:16:27 2011 +0000 +++ b/p7zip-full/receipt Mon Mar 14 20:01:48 2011 +0000 @@ -2,7 +2,7 @@ PACKAGE="p7zip-full" SOURCE="p7zip" -VERSION="9.13" +VERSION="9.20" CATEGORY="utilities" SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)" MAINTAINER="milka@konstelacioj.info" @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - mv "$SOURCE"_"$VERSION" $src cd $src make all3 make DEST_HOME=$PWD/_pkg/usr install diff -r c9f0a527dafa -r 68b70f8bd2a4 p7zip/receipt --- a/p7zip/receipt Mon Mar 14 19:16:27 2011 +0000 +++ b/p7zip/receipt Mon Mar 14 20:01:48 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="p7zip" -VERSION="9.13" +VERSION="9.20" CATEGORY="utilities" SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)" MAINTAINER="milka@konstelacioj.info" @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - mv "$PACKAGE"_"$VERSION" $src cd $src make 7zr } @@ -23,6 +22,5 @@ { mkdir -p $fs/usr cp -a $src/bin $fs/usr - strip -s $fs/usr/bin/* }