2008-10-07 01:54:47 +02:00
|
|
|
# Template build file for 'font-bitstream-75dpi'.
|
|
|
|
pkgname=font-bitstream-75dpi
|
|
|
|
version=1.0.0
|
2009-03-24 05:37:30 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-07 01:54:47 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Standard 100dpi Bitstream PCF fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-24 05:37:30 +01:00
|
|
|
checksum=2ddfeaccca97524e1b0f4fb37b2fd0f1338698e35f8b05b22b594fe29e201bfb
|
2008-10-07 01:54:47 +02:00
|
|
|
long_desc="
|
2009-03-24 05:37:30 +01:00
|
|
|
These are the PCF versions of the following Bitstream fonts for
|
|
|
|
75dpi displays:
|
2008-10-07 01:54:47 +02:00
|
|
|
- Charter
|
|
|
|
- Terminal
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
2009-03-24 05:37:30 +01:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
2009-03-24 06:26:48 +01:00
|
|
|
font_dirs="/usr/lib/X11/fonts/75dpi"
|
2009-03-24 05:37:30 +01:00
|
|
|
triggers="x11-fonts"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|