# Maintainer: A. Wilcox pkgname=libxcb pkgver=1.14 pkgrel=0 pkgdesc="X11 C language Binding" url="https://xcb.freedesktop.org/" arch="all" license="X11" depends="" depends_dev="libxau-dev xcb-proto" checkdepends="check-dev" subpackages="$pkgname-dev $pkgname-doc" makedepends="$depends_dev libxslt python3 libxdmcp-dev" source="https://www.X.org/releases/individual/lib/libxcb-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --target=$CTARGET \ --prefix=/usr \ --enable-xkb \ --enable-xinput \ --disable-xprint \ make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6 libxcb-1.14.tar.xz"