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