wok view xz-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 9df34c210291
children 46f4f0519187
line source
1 # SliTaz package receipt.
3 PACKAGE="xz-dev"
4 VERSION="5.2.3"
5 CATEGORY="base-system"
6 SHORT_DESC="XZ and liblzma devel files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
9 WEB_SITE="http://tukaani.org/xz"
10 PROVIDE="liblzma-dev"
11 WANTED="xz"
12 HOST_ARCH="i486 arm x86_64"
14 DEPENDS="xz pkg-config"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }