wok view liblzma/receipt @ rev 19986

Add hgfse
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 01 16:57:19 2017 +0200 (2017-07-01)
parents 9df34c210291
children 46f4f0519187
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.2.3"
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 }