summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xdriinfo/.footprint7
-rw-r--r--xorg/xorg-xdriinfo/Pkgfile9
2 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-xdriinfo/.footprint b/xorg/xorg-xdriinfo/.footprint
index f1a9c5b4a..1ff69e74e 100644
--- a/xorg/xorg-xdriinfo/.footprint
+++ b/xorg/xorg-xdriinfo/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdriinfo
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xdriinfo.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xdriinfo.1.gz
diff --git a/xorg/xorg-xdriinfo/Pkgfile b/xorg/xorg-xdriinfo/Pkgfile
index 0bf2b3610..b85c3a188 100644
--- a/xorg/xorg-xdriinfo/Pkgfile
+++ b/xorg/xorg-xdriinfo/Pkgfile
@@ -1,7 +1,8 @@
-# Description: Query configuration information of DRI drivers
+# Description: Requête d'information sur la configuration des pilotres DRI
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: xorg-libx11, xorg-glproto
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-glproto, mesa3d
name=xorg-xdriinfo
version=1.0.2
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.ta
build() {
cd xdriinfo-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install