diff --git a/templates/font-ibm-type1/template b/templates/font-ibm-type1/template new file mode 100644 index 00000000000..08aef5f3da4 --- /dev/null +++ b/templates/font-ibm-type1/template @@ -0,0 +1,23 @@ +# Template build file for 'font-ibm-type1'. +pkgname=font-ibm-type1 +version=1.0.0 +distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" +build_style=gnu_configure +short_desc="IBM Courier Type1 fonts" +maintainer="Juan RP " +checksum=30d091c2e3506943f8a6e152c4be973c462ba19293a864bbb48b82c6cf9c461e +long_desc=" + These are the Type1 versions of the IBM Courier fonts. + + This is from the modular Xorg project." + +Add_dependency full font-util + +noarch=yes +font_dirs="/usr/lib/X11/fonts/Type1" +triggers="x11-fonts" + +post_install() +{ + rm -f ${DESTDIR}/${font_dirs}/fonts.* +}