wok-6.x view xorg-libXi-dev/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 00cd21f54df1
children baf2b1151fa6
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXi-dev"
4 VERSION="1.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Xorg library and devel files for the X Input Extension."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-libXext-dev xorg-libXi"
9 WANTED="xorg-libXi"
10 WEB_SITE="http://www.x.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a* $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }