wok view xz-dev/receipt @ rev 17805

Up caja (1.9.3)
author Yuri Pourre <yuripourre@gmail.com>
date Sat Mar 21 03:28:25 2015 -0300 (2015-03-21)
parents 3af9c976b7d4
children 9df34c210291
line source
1 # SliTaz package receipt.
3 PACKAGE="xz-dev"
4 VERSION="5.2.0"
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 }