23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
24 lines
694 B
Text
24 lines
694 B
Text
# Template build file for 'xf86driproto'.
|
|
pkgname=xf86driproto
|
|
version=2.1.1
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
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}
|
|
}
|