2008-10-08 18:33:34 +02:00
|
|
|
# Template build file for 'font-misc-misc'.
|
|
|
|
pkgname=font-misc-misc
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.1.0
|
2009-03-23 17:41:31 +01:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-08 18:33:34 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Standard X11 \"fixed\" PCF fonts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=50f7528ab94f319a11efcd555dd5a7120191a42cf892c87cd6bdea8b908d497b
|
2008-10-08 18:33:34 +02:00
|
|
|
long_desc="
|
|
|
|
The standard X11 public domain \"fixed\" font that you can
|
|
|
|
share and enjoy. It is in PCF format."
|
|
|
|
|
2009-03-23 17:41:31 +01:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 03:06:01 +01:00
|
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
2009-03-23 17:41:31 +01:00
|
|
|
triggers="x11-fonts"
|
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|