21 lines
556 B
Text
21 lines
556 B
Text
# Template build file for 'fontsproto'.
|
|
pkgname=fontsproto
|
|
version=2.1.0
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
revision=2
|
|
short_desc="Fonts extension headers from X.org"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=5a9af61dc9142488c9ba6e4ae30a9d970ea0f889a1ab7f59de1c1898c83aeb35
|
|
long_desc="
|
|
This package provides the fonts extension headers from the modular
|
|
X.org X11 project."
|
|
|
|
fontsproto_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|