wok 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 | b0d5e94d5132 |
children | 4e8ef03c7137 |
files | fusecloop/description.txt p7zip-full/receipt p7zip/receipt |
line diff
1.1 --- a/fusecloop/description.txt Tue Jul 26 19:09:36 2016 +0100 1.2 +++ b/fusecloop/description.txt Sat Jul 30 10:07:40 2016 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 1.5 2- Add new V3 format to build huge cloop images. 1.6 * The index is compressed and uses 32 bits lengths instead of 64 bits offsets. 1.7 - * The length msb is set to mark a duplicate bleck and the remining bits give 1.8 + * The length msb is set to mark a duplicate block and the remining bits give 1.9 the block number. 1.10 * The index is moved to the file end. The cloop creation tool holds the index 1.11 in memory instead of the datas. This reduces memory needs by 5000.
2.1 --- a/p7zip-full/receipt Tue Jul 26 19:09:36 2016 +0100 2.2 +++ b/p7zip-full/receipt Sat Jul 30 10:07:40 2016 +0200 2.3 @@ -2,11 +2,11 @@ 2.4 2.5 PACKAGE="p7zip-full" 2.6 SOURCE="p7zip" 2.7 -VERSION="9.20.1" 2.8 +VERSION="16.02" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)" 2.11 MAINTAINER="milka@konstelacioj.info" 2.12 -LICENSE="LGPL" 2.13 +LICENSE="LGPL2.1" 2.14 TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2" 2.15 WEB_SITE="http://p7zip.sourceforge.net/" 2.16 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 2.17 @@ -30,4 +30,3 @@ 2.18 sed -i -e "s#.*$install#\"#" $fs/usr/bin/7z \ 2.19 $fs/usr/bin/7za $fs/usr/bin/7zr 2.20 } 2.21 -
3.1 --- a/p7zip/receipt Tue Jul 26 19:09:36 2016 +0100 3.2 +++ b/p7zip/receipt Sat Jul 30 10:07:40 2016 +0200 3.3 @@ -1,11 +1,11 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="p7zip" 3.7 -VERSION="9.20.1" 3.8 +VERSION="16.02" 3.9 CATEGORY="utilities" 3.10 SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)" 3.11 MAINTAINER="milka@konstelacioj.info" 3.12 -LICENSE="LGPL" 3.13 +LICENSE="LGPL2.1" 3.14 TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2" 3.15 WEB_SITE="http://p7zip.sourceforge.net/" 3.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.17 @@ -13,7 +13,6 @@ 3.18 # Rules to configure and make the package. 3.19 compile_rules() 3.20 { 3.21 - cd $src 3.22 make 7zr 3.23 } 3.24 3.25 @@ -23,4 +22,3 @@ 3.26 mkdir -p $fs/usr 3.27 cp -a $src/bin $fs/usr 3.28 } 3.29 -