wok view liblzma/receipt @ rev 25457
Normazile https://sourceforge.net/projects web_sites
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 23 08:28:09 2022 +0000 (2022-09-23) |
parents | 5a95280023a8 |
children | 274c0ec61c53 |
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 }