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

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents be13f25e790b
children 347dd368a084
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXrender-dev"
4 VERSION="0.9.7"
5 CATEGORY="development"
6 SHORT_DESC="Xorg RENDER extensions library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-libXrender xorg-libX11-dev xorg-renderproto"
9 WANTED="xorg-libXrender"
10 SOURCE="libXrender"
11 WEB_SITE="http://www.x.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.*a* $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }