20 lines
536 B
Text
20 lines
536 B
Text
# Template build file for 'xf86dgaproto'.
|
|
pkgname=xf86dgaproto
|
|
version=2.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="XF86DGA extension headers"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
|
checksum=ac5ef65108e1f2146286e53080975683dae49fc94680042e04bd1e2010e99050
|
|
long_desc="
|
|
This package provides the XF86DGA extension headers from modular X.org."
|
|
|
|
xf86dgaproto_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|