void-packages/templates/font-bh-75dpi/template

27 lines
667 B
Text
Raw Normal View History

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