void-packages/srcpkgs/xcb-proto/template

23 lines
559 B
Plaintext
Raw Normal View History

# Template build for 'xcb-proto'.
pkgname=xcb-proto
2013-11-10 07:06:07 +01:00
version=1.9
revision=1
build_style=gnu-configure
2013-04-23 14:38:49 +02:00
hostmakedepends="python"
makedepends="libxml2"
short_desc="XML-XCB (X C Bindings) protocol descriptions"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-03-29 13:24:57 +01:00
homepage="http://xcb.freedesktop.org"
license="MIT"
2012-09-17 17:29:00 +02:00
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
2013-11-10 07:06:07 +01:00
checksum=895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
xcb-proto_package() {
depends="python"
noarch="yes"
pycompile_module="xcbgen"
pkg_install() {
2013-11-10 07:06:07 +01:00
vmove all
}
}