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

Generated by cgit