1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
6 pkgdesc="X11 DRI3 protocol"
8 url="https://xorg.freedesktop.org/"
10 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
12 sha256sums=('01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074'
13 '5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
17 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir/" install
25 # license is still missing
26 # COPYING is taken from top of /usr/include/X11/extensions/dri3proto.h
27 install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
28 install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"