2008-10-06 03:57:25 +00:00
|
|
|
# Template build file for 'font-adobe-75dpi'.
|
|
|
|
pkgname=font-adobe-75dpi
|
2011-02-19 10:53:32 +00:00
|
|
|
version=1.0.3
|
2009-03-23 17:49:05 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-10-06 03:57:25 +00:00
|
|
|
short_desc="Standard 75pi Adobe PCF fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 10:53:32 +00:00
|
|
|
checksum=c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09
|
2008-10-06 03:57:25 +00:00
|
|
|
long_desc="
|
|
|
|
These are the PCF versions of the following Adobe fonts for 75dpi displays:
|
|
|
|
- Courier
|
|
|
|
- Helvetica
|
|
|
|
- New Century Schoolbook
|
|
|
|
- Symbol
|
|
|
|
- Times
|
|
|
|
|
|
|
|
This is from the modular Xorg project."
|
2008-10-06 14:57:36 +00:00
|
|
|
|
2011-07-02 23:07:39 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build bdftopcf
|
2009-03-23 17:49:05 +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-23 17:49:05 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|