void-packages/templates/libX11/template
Juan RP 13766ba521 xorg: update to 7.5.
--HG--
extra : convert_revision : ad9cb3450dec4c5df41f66db6028df60762b0f81
2009-10-28 03:06:01 +01:00

29 lines
1,005 B
Text

# Template build file for 'libX11'.
pkgname=libX11
version=1.3.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4def4d5c9fce85d690f1f29d675154594acdea3d3fe792d0cb513732c7b4bcb2
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="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
Add_dependency build xf86bigfontproto
Add_dependency full glibc
Add_dependency full libXdmcp
Add_dependency full libXau
Add_dependency full libxcb