vp-build/templates/libxcb/template
Juan RP 9b8961d7ad libxcb: add missing xcb-proto builddep.
--HG--
extra : convert_revision : 9b3220c0300e2d294441380b152377b05b29371b
2009-04-25 04:32:27 +02:00

31 lines
1.2 KiB
Plaintext

# Template build file for 'libxcb'.
pkgname=libxcb
sourcepkg=$pkgname
version=1.2
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-build-docs --disable-doxygen"
short_desc="X protocol C-language Binding"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4fe14659ed0c5ceacec25ad6067a9521f85852280bc39c0375f5000ab133cb3f
long_desc="
The libxcb package provides a replacement for the current Xlib interface.
Some of its advantages include:
- size: small library and lower memory footprint
- latency hiding: batch several requests and wait for the replies later
- direct protocol access: one-to-one mapping between interface and protocol
- proven thread support: transparently access XCB from multiple threads
- easy extension implementation: interfaces auto-generated from XML-XCB
Xlib can also use XCB as a transport layer, allowing software to make
requests and receive responses with both, which eases porting to XCB."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build libxslt
Add_dependency build xcb-proto
Add_dependency full glibc
Add_dependency full libXdmcp
Add_dependency full libXau