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