2008-10-06 22:46:21 +02:00
|
|
|
# Template build file for 'font-bh-75dpi'.
|
|
|
|
pkgname=font-bh-75dpi
|
|
|
|
version=1.0.0
|
2009-03-24 05:33:55 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-06 22:46:21 +02:00
|
|
|
build_style=gnu_configure
|
2009-03-24 05:33:55 +01:00
|
|
|
short_desc="Standard 75dpi Bigelow and Holmes PCF fonts"
|
2008-10-06 22:46:21 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-24 05:33:55 +01:00
|
|
|
checksum=c79467b440cc9389c75d55fba64d0126d0f2e1e6c019dfafb7d89d07802c05bf
|
2008-10-06 22:46:21 +02:00
|
|
|
long_desc="
|
2009-03-24 05:33:55 +01:00
|
|
|
These are the PCF versions of the following Bigelow and Holmes fonts
|
|
|
|
for 75dpi displays:
|
2008-10-06 22:46:21 +02:00
|
|
|
- Lucida
|
|
|
|
- Lucida Bright
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
2009-03-24 05:33:55 +01:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
font_dirs="/usr/lib/X11/fonts/75dpi"
|
|
|
|
triggers="x11-fonts"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|