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"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config bdftopcf"
|
|
|
|
fulldepends="font-util"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
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."
|
|
|
|
|
2009-03-23 16:41:31 +00:00
|
|
|
|
|
|
|
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.*
|
|
|
|
}
|