void-packages/srcpkgs/xcb-proto/template
2013-11-10 07:06:07 +01:00

23 lines
559 B
Plaintext

# Template build for 'xcb-proto'.
pkgname=xcb-proto
version=1.9
revision=1
build_style=gnu-configure
hostmakedepends="python"
makedepends="libxml2"
short_desc="XML-XCB (X C Bindings) protocol descriptions"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xcb.freedesktop.org"
license="MIT"
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
checksum=895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
xcb-proto_package() {
depends="python"
noarch="yes"
pycompile_module="xcbgen"
pkg_install() {
vmove all
}
}