21 lines
541 B
Bash
21 lines
541 B
Bash
# Template build for 'xcb-proto'.
|
|
pkgname=xcb-proto
|
|
version=1.13
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="python"
|
|
makedepends="libxml2"
|
|
depends="python"
|
|
noarch="yes"
|
|
pycompile_module="xcbgen"
|
|
short_desc="XML-XCB (X C Bindings) protocol descriptions"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://xcb.freedesktop.org"
|
|
license="MIT"
|
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
|
checksum=7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|