libXrender: converted to subpkgs, new deps style.

--HG--
extra : convert_revision : c79828bc287140922c3677bad9898c9f590732ed
This commit is contained in:
Juan RP
2009-03-19 02:32:13 +01:00
parent 127b8e0ec6
commit 8e3347b7ad
4 changed files with 27 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
# Template build file for 'libXrender'.
pkgname=libXrender
sourcepkg=$pkgname
version=0.9.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
@@ -17,6 +19,8 @@ long_desc="
This is the modular X.org X11 project version."
shared_deps="libX11-1.1"
build_depends="pkg-config-0.23 renderproto-0.9 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build renderproto
Add_dependency full glibc
Add_dependency full libX11