wok view liblzma/receipt @ rev 25439

Up xz (5.2.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 16:28:38 2022 +0000 (20 months ago)
parents 5a95280023a8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.2.6"
5 CATEGORY="misc"
6 TAGS="compression"
7 SHORT_DESC="Compressor library with a high compression ratio."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
10 WEB_SITE="https://tukaani.org/xz"
12 WANTED="xz"
14 HOST_ARCH="i486 arm x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/liblzma.so* $fs/usr/lib
21 }