1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
6 pkgdesc="X11 Present protocol specification"
8 url="https://xorg.freedesktop.org/"
10 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
12 sha256sums=('f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9'
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/presentproto.h
27 install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
28 install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"