void-packages/srcpkgs/libxcb/template
Juan RP b190e0f2c1 libxcb: move so symlink into main pkg.
--HG--
extra : convert_revision : 8f756b69a15bce15d807c9ad62bc546d30423b7a
2010-04-22 14:11:18 +02:00

33 lines
1.3 KiB
Plaintext

# Template build file for 'libxcb'.
pkgname=libxcb
version=1.6
revision=1
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-build-docs"
short_desc="X protocol C-language Binding"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1ae6c81774a4637e90879d50db9017a2cc6c3f524e1baedc63ba72d44cad2936
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="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libXdmcp
Add_dependency run libXau
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build libxslt-devel
Add_dependency build xcb-proto ">=1.6"
Add_dependency build libXdmcp-devel
Add_dependency build libXau-devel