wok-6.x view xorg-libXrender-dev/receipt @ rev 10824

Up yad (0.12.0) - Up since it's our main gui tools and have nice new features as well as bug fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 06 20:10:50 2011 +0200 (2011-06-06)
parents c514cc4854d8
children 1ae652afef60
line source
1 # SliTaz package receipt.
2 PACKAGE="xorg-libXrender-dev"
3 VERSION="0.9.6"
4 CATEGORY="development"
5 SHORT_DESC="Xorg RENDER extensions library devel files."
6 MAINTAINER="pankso@slitaz.org"
7 DEPENDS="xorg-libXrender xorg-libX11-dev xorg-renderproto"
8 WANTED="xorg-libXrender"
9 SOURCE="libXrender"
10 WEB_SITE="http://www.x.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }