void-packages/srcpkgs/xcb-proto/template
Juan RP 0a314160f9 xcb-proto: update to 1.6.
--HG--
extra : convert_revision : d63969af59aeeb95b75b426c858ac503a79142cc
2009-12-04 01:07:11 +01:00

31 lines
1.3 KiB
Plaintext

# Template build for 'xcb-proto'.
pkgname=xcb-proto
version=1.6
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="XML-XCB (X C Bindings) protocol descriptions"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2
long_desc="
The xcb-proto package provides the XML-XCB (X C Bindings) protocol
descriptions that libxcb uses to generate the majority of its code and API.
We provide them separately from libxcb to allow reuse by other projects,
such as additional language bindings, protocol dissectors, or
documentation generators.
Separation of XCB's transport and protocol layers simplifies both
writing extensions and client-side support for extensions.
By contrast, with the xlib infrastructure, client-side support for
new extensions requires significant duplication of effort. With XCB and
the XML-XCB protocol descriptions, client-side support for a new
extension requires only an XML description of the extension--and not a
single line of code.
Python libraries: xcb-proto also contains language-independent Python
libraries that are used to parse an XML description and create objects
used by Python code generators in individual language bindings."
noarch=yes
Add_dependency build python
Add_dependency build libxml2