From b7cfed1996b4ffdee30dc013b6345d0d2476e152 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Mar 2009 06:10:11 +0100 Subject: [PATCH] Added font-ibm-type1-1.0.0 template. --HG-- extra : convert_revision : b6daaf598c45961a2e26e176a20b3cf20ae44612 --- templates/font-ibm-type1/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/font-ibm-type1/template 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.* +}