2008-10-08 16:33:34 +00:00
|
|
|
# Template build file for 'font-misc-misc'.
|
|
|
|
pkgname=font-misc-misc
|
2011-02-19 11:15:48 +00:00
|
|
|
version=1.1.2
|
2009-03-23 16:41:31 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2008-10-08 16:33:34 +00:00
|
|
|
build_style=gnu_configure
|
2011-07-13 23:21:02 +00:00
|
|
|
short_desc="Standard X11 fixed PCF fonts"
|
2008-10-08 16:33:34 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 11:15:48 +00:00
|
|
|
checksum=b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794
|
2008-10-08 16:33:34 +00:00
|
|
|
long_desc="
|
2011-07-13 23:21:02 +00:00
|
|
|
The standard X11 public domain fixed font that you can
|
2008-10-08 16:33:34 +00:00
|
|
|
share and enjoy. It is in PCF format."
|
|
|
|
|
2011-07-02 23:07:39 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build bdftopcf
|
2009-03-23 16:41:31 +00:00
|
|
|
Add_dependency full font-util
|
|
|
|
|
|
|
|
noarch=yes
|
2009-10-28 02:06:01 +00:00
|
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
2009-03-23 16:41:31 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
|
|
}
|