wok view liblzma-dev/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
parents 46f4f0519187
children c3e3440b68fb
line source
1 # SliTaz package receipt.
3 PACKAGE="liblzma-dev"
4 VERSION="5.2.5"
5 CATEGORY="development"
6 SHORT_DESC="Compressor with a high compression ratio, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
9 WEB_SITE="https://tukaani.org/xz"
11 WANTED="xz"
13 HOST_ARCH="i486 arm x86_64"
15 DEPENDS="liblzma pkg-config"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib
22 cp -a $install/usr/lib/liblzma.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/include $fs/usr
25 }