void-packages/templates/font-bitstream-type1/template

25 lines
630 B
Plaintext
Raw Normal View History

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