summaryrefslogtreecommitdiffstats
path: root/extra/xorg-font-dec-misc/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:31:06 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:31:06 +0200
commit6e477a7f0abc38b8d5f6ab433f23dd3018387be6 (patch)
tree694787e59943d11d71368f02bee6725bfeb0b4d2 /extra/xorg-font-dec-misc/Pkgfile
parent2034f2e183083fc2f7857c41f9685a2bf112a8ee (diff)
downloadnutyx-pakxe-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.tar.gz
nutyx-pakxe-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.tar.bz2
nutyx-pakxe-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.tar.xz
nutyx-pakxe-6e477a7f0abc38b8d5f6ab433f23dd3018387be6.zip
xorg-font-dec-misc dans extra
Diffstat (limited to 'extra/xorg-font-dec-misc/Pkgfile')
-rw-r--r--extra/xorg-font-dec-misc/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-dec-misc/Pkgfile b/extra/xorg-font-dec-misc/Pkgfile
new file mode 100644
index 000000000..23da6e993
--- /dev/null
+++ b/extra/xorg-font-dec-misc/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Polices Xorg font-dec-misc
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf
+# Run on: xorg-mkfontdir,xorg-mkfontscale
+
+name=xorg-font-dec-misc
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-$version.tar.bz2)
+
+build() {
+ cd font-dec-misc-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale}
+}