23 lines
666 B
Bash
23 lines
666 B
Bash
# Template file for 'xcb-proto'
|
|
pkgname=xcb-proto
|
|
version=1.14.1
|
|
revision=3
|
|
wrksrc="xcbproto-${pkgname}-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="python3 automake"
|
|
makedepends="libxml2"
|
|
depends="python3"
|
|
short_desc="XML-XCB (X C Bindings) protocol descriptions"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xcb.freedesktop.org"
|
|
distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz"
|
|
checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|