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