1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=xcb-util-renderutil
7 pkgdesc="Utility libraries for XC Binding - Convenience functions for the Render extension"
9 url="https://xcb.freedesktop.org"
11 depends=('libxcb>=1.7')
12 makedepends=('xorg-util-macros' 'xorgproto')
14 source=(https://xorg.freedesktop.org/archive/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
15 sha512sums=('9cfa9201be2df7c0b832e1e1fe506e7c7a1e0f2b1b1d4a4b58620eadc241190a36478fa3ea27c32047fa79bf199f17dcd0b106853dbf5eda8cd584f3fc2b0c15'
17 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
20 cd ${pkgname}-${pkgver}
21 ./configure --prefix=/usr --disable-static
26 cd ${pkgname}-${pkgver}
31 cd ${pkgname}-${pkgver}
32 make DESTDIR="${pkgdir}" install
33 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"