1 #Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="X11 Fixes extension wire protocol"
8 url="https://xorg.freedesktop.org/"
10 depends=('xproto' 'xextproto')
11 makedepends=('xorg-util-macros' git)
12 _commit=4292ec1c63180c5f4e7c0e606fa68c51913f172b # master
13 source=("git+https://anongit.freedesktop.org/git/xorg/proto/fixesproto#commit=$_commit")
18 git describe --tags | sed 's/^fixesproto-//;s/-/+/g'
23 NOCONFIGURE=1 ./autogen.sh
27 cd "${srcdir}/$pkgname"
28 ./configure --prefix=/usr
33 cd "${srcdir}/$pkgname"
34 make DESTDIR="${pkgdir}" install
35 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"