diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:31:22 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:31:22 +0100 |
commit | 88e0f53f1f145a1996cdabc9f0e6cdf7de79c454 (patch) | |
tree | fbe705db8841002b6f15e8d2354da9515dae811d /xorg/xorg-font-util/Pkgfile | |
parent | 5a7e8a842cda34d8035584c6c9dcfeb334d7d70a (diff) | |
download | nutyx-pakxe-88e0f53f1f145a1996cdabc9f0e6cdf7de79c454.tar.gz nutyx-pakxe-88e0f53f1f145a1996cdabc9f0e6cdf7de79c454.tar.bz2 nutyx-pakxe-88e0f53f1f145a1996cdabc9f0e6cdf7de79c454.tar.xz nutyx-pakxe-88e0f53f1f145a1996cdabc9f0e6cdf7de79c454.zip |
Ajout de xorg-font-util#1.0.1-1
Diffstat (limited to 'xorg/xorg-font-util/Pkgfile')
-rw-r--r-- | xorg/xorg-font-util/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/xorg/xorg-font-util/Pkgfile b/xorg/xorg-font-util/Pkgfile new file mode 100644 index 000000000..0f8ddf7c2 --- /dev/null +++ b/xorg/xorg-font-util/Pkgfile @@ -0,0 +1,21 @@ +# Description: Police de caractères pour X +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=xorg-font-util +version=1.0.1 +release=1 +XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ + --mandir=$XORG_PREFIX/share/man --localstatedir=/var" +source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2) +build() { + cd font-util-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + install -v -d -m755 $PKG/usr/share/fonts + ln -svn $XORG_PREFIX/lib/X11/fonts/OTF $PKG/usr/share/fonts/X11-OTF + ln -svn $XORG_PREFIX/lib/X11/fonts/TTF $PKG/usr/share/fonts/X11-TTF +} |