diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:24:22 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:24:22 +0100 |
commit | a2a61df54574d6c9c12f6ca68aea03e842eef8e0 (patch) | |
tree | 89f517a60bbd8c0cad9c8dbebcd5ed90ada12e5a /xorg | |
parent | 29a5c88c9c0ce7f7c57ff3bdd65a6b61c7d85125 (diff) | |
download | nutyx-extra-a2a61df54574d6c9c12f6ca68aea03e842eef8e0.tar.gz nutyx-extra-a2a61df54574d6c9c12f6ca68aea03e842eef8e0.tar.bz2 nutyx-extra-a2a61df54574d6c9c12f6ca68aea03e842eef8e0.tar.xz nutyx-extra-a2a61df54574d6c9c12f6ca68aea03e842eef8e0.zip |
Ajout de xorg-font-dec-misc#1.0.0-2
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-font-dec-misc/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-font-dec-misc/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-font-dec-misc/Pkgfile | 20 | ||||
-rwxr-xr-x | xorg/xorg-font-dec-misc/post-install | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/xorg/xorg-font-dec-misc/.footprint b/xorg/xorg-font-dec-misc/.footprint new file mode 100644 index 000000000..6854728a7 --- /dev/null +++ b/xorg/xorg-font-dec-misc/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/fonts/ +drwxr-xr-x root/root usr/lib/X11/fonts/misc/ +-rw-r--r-- root/root usr/lib/X11/fonts/misc/deccurs.pcf.gz +-rw-r--r-- root/root usr/lib/X11/fonts/misc/decsess.pcf.gz diff --git a/xorg/xorg-font-dec-misc/.md5sum b/xorg/xorg-font-dec-misc/.md5sum new file mode 100644 index 000000000..5421b8923 --- /dev/null +++ b/xorg/xorg-font-dec-misc/.md5sum @@ -0,0 +1 @@ +284e554db1c64fb7580a06df01444a2b font-dec-misc-1.0.0.tar.bz2 diff --git a/xorg/xorg-font-dec-misc/Pkgfile b/xorg/xorg-font-dec-misc/Pkgfile new file mode 100644 index 000000000..5f8c9c9a7 --- /dev/null +++ b/xorg/xorg-font-dec-misc/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-dec-misc +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-dec-misc +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-$version.tar.bz2) + +build() { + cd font-dec-misc-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale} +} diff --git a/xorg/xorg-font-dec-misc/post-install b/xorg/xorg-font-dec-misc/post-install new file mode 100755 index 000000000..7754e79fc --- /dev/null +++ b/xorg/xorg-font-dec-misc/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir /usr/lib/X11/fonts/misc +mkfontscale /usr/lib/X11/fonts/misc |