23 lines
700 B
Text
23 lines
700 B
Text
# Template build file for 'font-alias'.
|
|
pkgname=font-alias
|
|
version=1.0.3
|
|
revision=2
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="Standard aliases for X11 PCF fonts"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a
|
|
long_desc="
|
|
The font-alias package contains a font.alias tables for the various PCF
|
|
packages of modular Xorg. It maps common legacy names to full font
|
|
descriptors. The most important alias is fixed, which is needed for
|
|
the X server to run."
|
|
|
|
font-alias_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|