27 lines
672 B
Plaintext
27 lines
672 B
Plaintext
# Template build file for 'font-bh-100dpi'.
|
|
pkgname=font-bh-100dpi
|
|
version=1.0.0
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Standard 100dpi Bigelow and Holmes PCF fonts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=ae8a11777579a2242f52ed19b5fdd6c6ef6fe2c2661a49d0599188de78cfee4a
|
|
long_desc="
|
|
These are the PCF versions of the following Bigelow and Holmes fonts
|
|
for 100dpi displays:
|
|
- Lucida
|
|
- Lucida Bright
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
Add_dependency full font-util
|
|
|
|
noarch=yes
|
|
font_dirs="/usr/lib/X11/fonts/100dpi"
|
|
triggers="x11-fonts"
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|