wok view liblzma/receipt @ rev 23589
updated pyvim (0.0.13 -> 2.0.24)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:49:59 2020 +0100 (2020-04-07) |
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 }