vp-build/templates/libX11/template
Juan RP 71f9b5943a libX11: update to 1.2.1.
--HG--
extra : convert_revision : e603077e0ea33985f8876485daa36f72b35f1add
2009-06-07 04:00:57 +02:00

31 lines
1.0 KiB
Plaintext

# Template build file for 'libX11'.
pkgname=libX11
sourcepkg=$pkgname
version=1.2.1
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=d172e5a401a2607f4ff145db4e8e09c193a1980bbb2c5c7f824e61ee3fdfdff3
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