diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:23:49 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:23:49 +0100 |
commit | 29a5c88c9c0ce7f7c57ff3bdd65a6b61c7d85125 (patch) | |
tree | 59cdc2be6d97c7ad6c9f8a21e573b1475cf4e36d | |
parent | 54391b3e3d3a1136f3bcafed0e836ee92b28476f (diff) | |
download | nutyx-extra-29a5c88c9c0ce7f7c57ff3bdd65a6b61c7d85125.tar.gz nutyx-extra-29a5c88c9c0ce7f7c57ff3bdd65a6b61c7d85125.tar.bz2 nutyx-extra-29a5c88c9c0ce7f7c57ff3bdd65a6b61c7d85125.tar.xz nutyx-extra-29a5c88c9c0ce7f7c57ff3bdd65a6b61c7d85125.zip |
Ajout de xorg-font-daewoo-msic#1.0.0-2
-rw-r--r-- | xorg/xorg-font-daewoo-misc/.footprint | 8 | ||||
-rw-r--r-- | xorg/xorg-font-daewoo-misc/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-font-daewoo-misc/Pkgfile | 20 | ||||
-rwxr-xr-x | xorg/xorg-font-daewoo-misc/post-install | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/xorg/xorg-font-daewoo-misc/.footprint b/xorg/xorg-font-daewoo-misc/.footprint new file mode 100644 index 000000000..522910b3d --- /dev/null +++ b/xorg/xorg-font-daewoo-misc/.footprint @@ -0,0 +1,8 @@ +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/hanglg16.pcf.gz +-rw-r--r-- root/root usr/lib/X11/fonts/misc/hanglm16.pcf.gz +-rw-r--r-- root/root usr/lib/X11/fonts/misc/hanglm24.pcf.gz diff --git a/xorg/xorg-font-daewoo-misc/.md5sum b/xorg/xorg-font-daewoo-misc/.md5sum new file mode 100644 index 000000000..2a7fc875a --- /dev/null +++ b/xorg/xorg-font-daewoo-misc/.md5sum @@ -0,0 +1 @@ +61f9eab48c619af5494d3e384d8d7d79 font-daewoo-misc-1.0.0.tar.bz2 diff --git a/xorg/xorg-font-daewoo-misc/Pkgfile b/xorg/xorg-font-daewoo-misc/Pkgfile new file mode 100644 index 000000000..b62057a67 --- /dev/null +++ b/xorg/xorg-font-daewoo-misc/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-daewoo-misc +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-daewoo-misc +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-daewoo-misc-$version.tar.bz2) + +build() { + cd font-daewoo-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-daewoo-misc/post-install b/xorg/xorg-font-daewoo-misc/post-install new file mode 100755 index 000000000..7754e79fc --- /dev/null +++ b/xorg/xorg-font-daewoo-misc/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +mkfontdir /usr/lib/X11/fonts/misc +mkfontscale /usr/lib/X11/fonts/misc |