# Template build file for 'fontcacheproto'.
pkgname=fontcacheproto
version=0.1.2
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=2
short_desc="Fontcache extension headers from X.org"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=48063ed49b200927376645f9ffe65faa39af84d59ba6f60f2abb2f9c6fa3d9f9
long_desc="
 This package provides the Fontcache extension headers from the
 modular X.org X11 project."

fontcacheproto_package() {
	noarch="yes"
	pkg_install() {
		vmove usr
	}
}