wok diff liblzma/receipt @ rev 24592
.bin files don't have .note.gnu.property section
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 01 10:06:20 2022 +0000 (2022-03-01) |
parents | 46f4f0519187 |
children | c3e3440b68fb |
line diff
1.1 --- a/liblzma/receipt Mon May 07 20:45:28 2018 +0200 1.2 +++ b/liblzma/receipt Tue Mar 01 10:06:20 2022 +0000 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liblzma" 1.7 -VERSION="5.2.4" 1.8 +VERSION="5.2.5" 1.9 CATEGORY="misc" 1.10 +TAGS="compression" 1.11 SHORT_DESC="Compressor library with a high compression ratio." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="PublicDomain LGPL2.1 GPL2 GPL3" 1.14 -WEB_SITE="http://tukaani.org/xz" 1.15 -TAGS="compression" 1.16 +WEB_SITE="https://tukaani.org/xz" 1.17 + 1.18 WANTED="xz" 1.19 + 1.20 HOST_ARCH="i486 arm x86_64" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/lib/liblzma.so* $fs/usr/lib 1.27 + cp -a $install/usr/lib/liblzma.so* $fs/usr/lib 1.28 }