void-packages/srcpkgs/xcb-proto/template
2013-12-23 10:05:47 +01:00

22 lines
560 B
Text

# Template build for 'xcb-proto'.
pkgname=xcb-proto
version=1.10
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=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
xcb-proto_package() {
depends="python"
noarch="yes"
pycompile_module="xcbgen"
pkg_install() {
vmove all
}
}