void-packages/srcpkgs/libX11/template
Juan RP 3cd50ab764 libX11: update to 1.4.3.
--HG--
branch : gnome3
2011-04-07 09:08:53 +02:00

30 lines
1 KiB
Plaintext

# Template build file for 'libX11'.
pkgname=libX11
version=1.4.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-secure-rpc --enable-loadable-i18n"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=38b5ddd93291714a46a02cb8a5dd94b995a04ed76a608551c44d1598e113635a
long_desc="
This is the libX11 library that is the C binding to the X protocol. It
is the foundation of practically every X Window System program out there.
This is from the modular X.org X11 project."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libxcb
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency build xtrans
Add_dependency build xcmiscproto
Add_dependency build kbproto
Add_dependency build bigreqsproto
Add_dependency build inputproto
Add_dependency build xf86bigfontproto
Add_dependency build libxcb-devel