2008-10-06 20:46:21 +00:00
|
|
|
# Template build file for 'font-bh-75dpi'.
|
|
|
|
pkgname=font-bh-75dpi
|
2011-02-19 11:00:02 +00:00
|
|
|
version=1.0.3
|
2009-03-24 04:33:55 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-03-24 04:33:55 +00:00
|
|
|
short_desc="Standard 75dpi Bigelow and Holmes PCF fonts"
|
2008-10-06 20:46:21 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 11:00:02 +00:00
|
|
|
checksum=3486aa51ac92c646a448fe899c5c3dae0024b1fef724d5100d52640d1cac721c
|
2008-10-06 20:46:21 +00:00
|
|
|
long_desc="
|
2009-03-24 04:33:55 +00:00
|
|
|
These are the PCF versions of the following Bigelow and Holmes fonts
|
|
|
|
for 75dpi displays:
|
2008-10-06 20:46:21 +00:00
|
|
|
- Lucida
|
|
|
|
- Lucida Bright
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
|
|
|
|
2011-07-02 23:07:39 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build bdftopcf
|
2009-03-24 04:33:55 +00:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 02:06:01 +00:00
|
|
|
font_dirs="/usr/share/fonts/X11/75dpi"
|
2009-03-24 04:33:55 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|