wok view xorg-libXrender-dev/receipt @ rev 9214

nvidia: allow post_install without tty (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 11 11:22:16 2011 +0100 (2011-03-11)
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 }