wok view xz-dev/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
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 }