wok-6.x view xorg-libXfixes-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 fcb3a613b4f6
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
2 PACKAGE="xorg-libXfixes-dev"
3 VERSION="5.0.1"
4 CATEGORY="development"
5 SHORT_DESC="Xorg module devel files."
6 MAINTAINER="pankso@slitaz.org"
7 WANTED="xorg-libXfixes"
8 SOURCE="libXfixes"
9 WEB_SITE="http://www.x.org/"
11 DEPENDS="xorg-libXfixes xorg-fixesproto xorg-libX11-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a* $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }