wok view liblzma/receipt @ rev 24060

Up brotli (1.0.9), tinyssh (20210601), udftools (2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 10 07:14:38 2021 +0000 (2021-06-10)
parents 46f4f0519187
children c3e3440b68fb
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.2.5"
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 }