25 lines
632 B
Plaintext
25 lines
632 B
Plaintext
# Template build file for 'font-bitstream-type1'.
|
|
pkgname=font-bitstream-type1
|
|
version=1.0.1
|
|
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=51027cc1d49140153620c1a2b653f1773fe92cb694b221396d68265343e113ab
|
|
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/share/fonts/X11/Type1"
|
|
triggers="x11-fonts"
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|