diff --git a/srcpkgs/font-schumacher-misc/template b/srcpkgs/font-schumacher-misc/template new file mode 100644 index 00000000000..56a558742e1 --- /dev/null +++ b/srcpkgs/font-schumacher-misc/template @@ -0,0 +1,19 @@ +# Template build file for 'font-schumacher-misc'. +pkgname=font-schumacher-misc +version=1.1.2 +revision=1 +noarch=yes +build_style=gnu-configure +makedepends="pkg-config bdftopcf font-util" +depends="font-util" +font_dirs="/usr/share/fonts/X11/misc" +short_desc="X.Org Schumacher fonts" +homepage="http://xorg.freedesktop.org/" +license="MIT" +maintainer="Christian Neukirchen " +distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" +checksum=e444028656e0767e2eddc6d9aca462b16a2be75a47244dbc199b2c44eca87e5a + +post_install() { + rm -f ${DESTDIR}/${font_dirs}/fonts.* +}