# Template build file for 'xf86driproto'. pkgname=xf86driproto version=2.1.1 revision=1 build_style=gnu-configure short_desc="XF86DRI extension headers from modular X.org" maintainer="Juan RP " homepage="${XORG_HOME}" license="MIT" distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2" checksum=9c4b8d7221cb6dc4309269ccc008a22753698ae9245a398a59df35f1404d661f long_desc=" This provides the XF86DRI extension headers from modular X.org X11 project. The headers contain the types and functions that define the interface between a DRI (direct rendering infrastructure) driver and driver loader." post_install() { vinstall COPYING 644 usr/share/licenses/${pkgname} } xf86driproto_package() { noarch="yes" pkg_install() { vmove usr } }