21 lines
541 B
Bash
21 lines
541 B
Bash
# Template build for 'xcb-proto'.
|
|
pkgname=xcb-proto
|
|
version=1.12
|
|
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=5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|