wok-6.x view liblzma/receipt @ rev 22770
updated fox, fox-dev and fox-doc (1.6.49 -> 1.6.57)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 25 15:38:28 2020 +0100 (2020-01-25) |
parents | 0da06edeed9f |
children | 5a95280023a8 |
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.2.4"
5 CATEGORY="misc"
6 SHORT_DESC="Compressor library with a high compression ratio."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
9 WEB_SITE="http://tukaani.org/xz"
10 TAGS="compression"
11 WANTED="xz"
12 HOST_ARCH="i486 arm x86_64"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/liblzma.so* $fs/usr/lib
19 }