summaryrefslogtreecommitdiffstats
path: root/xorg-font-arabic-misc/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-font-arabic-misc/Pkgfile.old')
-rw-r--r--xorg-font-arabic-misc/Pkgfile.old20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-font-arabic-misc/Pkgfile.old b/xorg-font-arabic-misc/Pkgfile.old
new file mode 100644
index 0000000..4475e8b
--- /dev/null
+++ b/xorg-font-arabic-misc/Pkgfile.old
@@ -0,0 +1,20 @@
+# Description: xorg font font-arabic-misc
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale
+
+name=xorg-font-arabic-misc
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-$version.tar.bz2)
+
+build() {
+ cd font-arabic-misc-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm $PKG/usr/share/fonts/X11/misc/fonts.dir
+}