1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 # Contributor: Alexander Baldeck <alexander@archlinux.org>
8 pkgdesc="X11 authorisation library"
10 url="https://xorg.freedesktop.org/"
12 depends=('glibc' 'xorgproto')
13 provides=('libXau.so')
14 source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.xz{,.sig})
15 #validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith@oracle.com>"
16 validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner <mattst88@gmail.com>
17 sha512sums=('f56abba3bef3fdd4739dfa69367a4251b5fab7c89194c9aece9efa66b9ebbf0736690cc9bd654aab19d9db377e4b9a5268c9c020b3d293bb5351bff5fe75a4dd'
22 ./configure --prefix=/usr --sysconfdir=/etc
28 make DESTDIR="${pkgdir}" install
30 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"