void-packages/srcpkgs/font-bh-100dpi/template

26 lines
653 B
Text
Raw Normal View History

# Template build file for 'font-bh-100dpi'.
pkgname=font-bh-100dpi
version=1.0.1
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=c46d68487b09993266f34ac87a47e035af8a3f42c38f33d26ff18ac0c31c3397
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/share/fonts/X11/100dpi"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}