summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-mkfontscale/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-mkfontscale/Pkgfile')
-rw-r--r--xorg/xorg-mkfontscale/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/xorg/xorg-mkfontscale/Pkgfile b/xorg/xorg-mkfontscale/Pkgfile
index 5d6d47eaf..5fb794a94 100644
--- a/xorg/xorg-mkfontscale/Pkgfile
+++ b/xorg/xorg-mkfontscale/Pkgfile
@@ -1,4 +1,4 @@
-# Description: Create an index of scalable X font files
+# Description: Créé un index des fichiers des polices scalables de Xorg
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libfontenc,freetype
name=xorg-mkfontscale
-version=1.0.7
+version=1.0.8
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/mkfontscale-$version.tar.bz2)
build() {
cd mkfontscale-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}