2009-03-19 02:38:59 +00:00
|
|
|
# Template build file for 'fontcacheproto'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=fontcacheproto
|
|
|
|
version=0.1.2
|
2009-02-09 01:01:28 +00:00
|
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-30 09:28:45 +00:00
|
|
|
revision=2
|
2008-10-01 15:07:54 +00:00
|
|
|
short_desc="Fontcache extension headers from X.org"
|
2013-03-30 09:28:45 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-10-01 15:07:54 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-09 01:01:28 +00:00
|
|
|
checksum=48063ed49b200927376645f9ffe65faa39af84d59ba6f60f2abb2f9c6fa3d9f9
|
2008-10-01 15:07:54 +00:00
|
|
|
long_desc="
|
|
|
|
This package provides the Fontcache extension headers from the
|
|
|
|
modular X.org X11 project."
|
2009-03-19 02:38:59 +00:00
|
|
|
|
2013-04-12 09:16:02 +00:00
|
|
|
fontcacheproto_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|