summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-schumacher-misc/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:29:09 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:29:09 +0100
commited39eba5bc966345092d40f0134d81094923e258 (patch)
tree33debc6d5b3f0851781c10de9d5a037bd771c2f5 /xorg/xorg-font-schumacher-misc/Pkgfile
parentf697014d62e30be220819ec57996598d379a4b7d (diff)
downloadnutyx-extra-ed39eba5bc966345092d40f0134d81094923e258.tar.gz
nutyx-extra-ed39eba5bc966345092d40f0134d81094923e258.tar.bz2
nutyx-extra-ed39eba5bc966345092d40f0134d81094923e258.tar.xz
nutyx-extra-ed39eba5bc966345092d40f0134d81094923e258.zip
Ajout de xorg-font-schumacher-misc#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-schumacher-misc/Pkgfile')
-rw-r--r--xorg/xorg-font-schumacher-misc/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-schumacher-misc/Pkgfile b/xorg/xorg-font-schumacher-misc/Pkgfile
new file mode 100644
index 000000000..a0251e1de
--- /dev/null
+++ b/xorg/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 crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale
+
+name=xorg-font-schumacher-misc
+version=1.0.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/font/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}
+}