# Maintainer: A. Wilcox pkgname=xcb-proto pkgver=1.14.1 pkgrel=0 pkgdesc="XCB protocol descriptions" url="https://xcb.freedesktop.org/" arch="noarch" license="X11" depends="" makedepends="python3" source="https://www.X.org/releases/individual/proto/$pkgname-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d xcb-proto-1.14.1.tar.xz"