wok view liblzma/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 46f4f0519187
children c3e3440b68fb
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma"
4 VERSION="5.2.5"
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 }