void-packages/srcpkgs/libX11/template
2012-03-05 09:18:34 +01:00

33 lines
1.1 KiB
Text

# Template build file for 'libX11'.
pkgname=libX11
version=1.4.99.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--disable-secure-rpc --enable-loadable-i18n"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
checksum=ede2880958814004d44a1c3a00e111d3175c5961fab0f6c58a7f43e1a3a404fc
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 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 ">=2.2"
Add_dependency build xf86bigfontproto
Add_dependency build libxcb-devel
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}