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