Fix build/run deps in some xorg lib pkgs.

--HG--
extra : convert_revision : e2cc40e6fa780e8060860a56c41a59fff77a5268
This commit is contained in:
Juan RP
2009-02-09 04:31:42 +01:00
parent 2ff54fadeb
commit c397ef5864
7 changed files with 40 additions and 31 deletions

View File

@@ -1,14 +1,14 @@
# Template build file for 'libXext'.
pkgname=libXext
version=1.0.4
distfiles="
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-malloc0returnsnull"
pkgconfig_override="xext.pc"
short_desc="X Extension library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c13e54d388f2fa91e09b221ca91a2ee281f10bbc
checksum=2dfd8eace1cafacc87b4055c57efeb771a740e24141d3f113de58c2a9eebd21f
long_desc="
This package contains the X Extension library from the modular
X.org X11 project."
shared_deps="libX11-1.1 libXau-1.0 libXdmcp-1.0"
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"