void-packages/srcpkgs/xf86driproto/template

26 lines
705 B
Plaintext

# Template build file for 'xf86driproto'.
pkgname=xf86driproto
version=2.1.1
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=1
short_desc="XF86DRI extension headers from modular X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="${XORG_HOME}"
license="MIT"
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."
noarch=yes
post_install()
{
vinstall COPYING 644 usr/share/licenses/${pkgname}
}