1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Query configuration information of DRI drivers"
9 url="https://xorg.freedesktop.org/"
11 depends=('libx11' 'libgl')
12 makedepends=('xorg-util-macros' 'xorgproto')
13 groups=('xorg-apps' 'xorg')
15 source=(https://xorg.freedesktop.org/archive/individual/app/xdriinfo-${pkgver}.tar.xz{,.sig})
16 sha512sums=('a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad'
18 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
22 ./configure --prefix=/usr
28 make DESTDIR="${pkgdir}" install
29 install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
30 install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"