wok-next view liblzma/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents 9df34c210291
children
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.2.2"
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 HOST_ARCH="i486 arm x86_64"
13 WANTED="xz"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files liblzma.so*
19 }