2008-10-07 01:24:44 +02:00
|
|
|
# Template build file for 'font-bitstream-100dpi'.
|
|
|
|
pkgname=font-bitstream-100dpi
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.0.1
|
2009-03-24 05:37:30 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-07 01:24:44 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Standard 100dpi Bitstream PCF fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=3e05c9b74d0dc00e6e46ec758888e66514ab24fc75930877d4ba6db7d49f0347
|
2008-10-07 01:24:44 +02:00
|
|
|
long_desc="
|
2009-03-24 05:37:30 +01:00
|
|
|
This are the PCF versions of the following Bitstream fonts for
|
|
|
|
100dpi displays:
|
2008-10-07 01:24:44 +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-10-28 03:06:01 +01:00
|
|
|
font_dirs="/usr/share/fonts/X11/100dpi"
|
2009-03-24 05:37:30 +01:00
|
|
|
triggers="x11-fonts"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|