pkgname=xcb-util-renderutil pkgver=0.3.10 pkgrel=1 pkgdesc="Utility libraries for XC Binding" arch=('x86_64') url="https://xcb.freedesktop.org" license=('custom') depends=('libxcb' 'xcb-util') makedepends=('gperf') options=('!libtool') source=("https://xorg.freedesktop.org/archive/individual/lib/${pkgname}-${pkgver}.tar.xz") sha256sums=('3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --disable-static make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }