# Template build file for 'font-misc-misc'. pkgname=font-misc-misc version=1.1.2 distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" build_style=gnu-configure makedepends="pkg-config bdftopcf font-util" revision=2 short_desc="Standard X11 fixed PCF fonts" homepage="http://xorg.freedesktop.org/" license="MIT" maintainer="Juan RP " checksum=b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794 long_desc=" The standard X11 public domain fixed font that you can share and enjoy. It is in PCF format." post_install() { rm -f ${DESTDIR}/${font_dirs}/fonts.* } font-misc-misc_package() { depends="font-util" noarch="yes" font_dirs="/usr/share/fonts/X11/misc" pkg_install() { vmove usr } }