# Maintainer: Síle Ekaterin Liszka pkgname=xcb-util-errors pkgver=1.0.1 pkgrel=0 pkgdesc="XCB utility library for readable X errors" url="https://xcb.freedesktop.org/" arch="all" license="MIT" depends="" makedepends="automake autoconf xcb-util-dev python3" subpackages="$pkgname-dev" source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="e883e178921a6f783e0100acae66eaf0ed13fc169fd21b0c313d7a70c9358c129b01b117675eda50e258e8b3b27ff7b21aa4d15c4da69249ffc6bbc7dcf87d4a xcb-util-errors-1.0.1.tar.xz"