summaryrefslogtreecommitdiffstats
path: root/xorg-bdftopcf/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-bdftopcf/Pkgfile.old')
-rw-r--r--xorg-bdftopcf/Pkgfile.old18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-bdftopcf/Pkgfile.old b/xorg-bdftopcf/Pkgfile.old
new file mode 100644
index 0000000..de6d4f0
--- /dev/null
+++ b/xorg-bdftopcf/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: BDF to PCF font file converter
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxfont
+
+name=xorg-bdftopcf
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2)
+
+build() {
+ cd bdftopcf-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}