wok view liblzma/receipt @ rev 23954

updated smplayer (20.4.2 -> 20.6.0)
author Hans-G?nter Theisgen
date Tue Sep 22 17:05:06 2020 +0100 (2020-09-22)
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 }