From a66c7f448e9368a18e2298e96da1671a148a9ee2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Oct 2008 16:40:04 +0200 Subject: [PATCH] Added bdftopcf-1.0.1 template. --HG-- extra : convert_revision : 29df476f9c51dc79b46c9d0612d0c8d687f498b5 --- dependencies/build-depends.db | Bin 7680 -> 7680 bytes templates/bdftopcf.tmpl | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 templates/bdftopcf.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index d67d846c35988958c489ddbe858e3ff0006d0fa6..9f22f213d794d550addb83a31ee2b3e00a4a53b4 100644 GIT binary patch delta 61 zcmZp$X|UNKz``TLFo9tU!yd*73?YmY6-yL285kJ&85kHCl2X!2@(YsF7;-X`BGU5n RN^}kNjP;B+Z(s?K1OVQa5GMct delta 26 icmZp$X|UNKz``ZPu!Ug@!yd*E#)*ovHg93^kpuu~2M6~6 diff --git a/templates/bdftopcf.tmpl b/templates/bdftopcf.tmpl new file mode 100755 index 00000000000..0aca2426fc6 --- /dev/null +++ b/templates/bdftopcf.tmpl @@ -0,0 +1,18 @@ +# Template build file for 'bdftopcf'. +pkgname=bdftopcf +version=1.0.1 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/app +build_style=gnu_configure +short_desc="BDF to PCF font converter for X11" +maintainer="Juan RP " +checksum=1772b2417916952c5cf99f16a7fc76f86393a44b +long_desc=" + The bdftopcf tool converts X fonts from Bitmap Distribution Format + to Portable Compiled Format. + + Fonts in the Portable Compiled Format can be read by any architecture, + although the file is structured to allow one particular + architecture to read them directly without reformatting. This + allows fast reading on the appropriate machine, but the files + are still portable (but read more slowly) on other machines."