summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-mkfontdir/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-mkfontdir/Pkgfile')
-rw-r--r--xorg/xorg-mkfontdir/Pkgfile8
1 files changed, 3 insertions, 5 deletions
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
}