summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-mkfontdir
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 11:58:08 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 11:58:08 +0100
commit7326eaf47a6efe85d06d3c3d47163996a72a27c1 (patch)
tree6b55f4ab433925c689376f374a8b7ae57c76b9ec /xorg/xorg-mkfontdir
parenta083d2c0c8cdaf4a2d122eece7a1c4922fc7ada8 (diff)
downloadnutyx-pakxe-7326eaf47a6efe85d06d3c3d47163996a72a27c1.tar.gz
nutyx-pakxe-7326eaf47a6efe85d06d3c3d47163996a72a27c1.tar.bz2
nutyx-pakxe-7326eaf47a6efe85d06d3c3d47163996a72a27c1.tar.xz
nutyx-pakxe-7326eaf47a6efe85d06d3c3d47163996a72a27c1.zip
xorg-mkfontdir, maj 1.0.6-1
Diffstat (limited to 'xorg/xorg-mkfontdir')
-rw-r--r--xorg/xorg-mkfontdir/.md5sum.i6862
-rw-r--r--xorg/xorg-mkfontdir/.md5sum.x86_642
-rw-r--r--xorg/xorg-mkfontdir/Pkgfile8
3 files changed, 5 insertions, 7 deletions
diff --git a/xorg/xorg-mkfontdir/.md5sum.i686 b/xorg/xorg-mkfontdir/.md5sum.i686
index ca5eb8d2f..1aa315f6f 100644
--- a/xorg/xorg-mkfontdir/.md5sum.i686
+++ b/xorg/xorg-mkfontdir/.md5sum.i686
@@ -1 +1 @@
-9365ac66d19186eaf030482d312fca06 mkfontdir-1.0.5.tar.bz2
+dc342dd8858416254bb5f71a9ddce589 mkfontdir-1.0.6.tar.bz2
diff --git a/xorg/xorg-mkfontdir/.md5sum.x86_64 b/xorg/xorg-mkfontdir/.md5sum.x86_64
index ca5eb8d2f..1aa315f6f 100644
--- a/xorg/xorg-mkfontdir/.md5sum.x86_64
+++ b/xorg/xorg-mkfontdir/.md5sum.x86_64
@@ -1 +1 @@
-9365ac66d19186eaf030482d312fca06 mkfontdir-1.0.5.tar.bz2
+dc342dd8858416254bb5f71a9ddce589 mkfontdir-1.0.6.tar.bz2
diff --git a/xorg/xorg-mkfontdir/Pkgfile b/xorg/xorg-mkfontdir/Pkgfile
index 8c0492e5e..478fa5e35 100644
--- a/xorg/xorg-mkfontdir/Pkgfile
+++ b/xorg/xorg-mkfontdir/Pkgfile
@@ -1,18 +1,16 @@
-# Description: Create an index of X font files
+# Description: Créé un index des fichiers des polices de Xorg
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
name=xorg-mkfontdir
-version=1.0.5
+version=1.0.6
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2)
build() {
cd mkfontdir-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}