summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
commita64185c9a92e0971821c4047c849f1d96334b600 (patch)
treecacca6ade901367c54c79b80d365cba1f9a22e3c /extra
parente20b748798df4eeda7cb4ea4fd85883e52ce4a9a (diff)
downloadnutyx-pakxe-a64185c9a92e0971821c4047c849f1d96334b600.tar.gz
nutyx-pakxe-a64185c9a92e0971821c4047c849f1d96334b600.tar.bz2
nutyx-pakxe-a64185c9a92e0971821c4047c849f1d96334b600.tar.xz
nutyx-pakxe-a64185c9a92e0971821c4047c849f1d96334b600.zip
xorg-xdriinfo dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/xorg-xdriinfo/.footprint.i6867
-rw-r--r--extra/xorg-xdriinfo/.footprint.x86_647
-rw-r--r--extra/xorg-xdriinfo/.md5sum.i6861
-rw-r--r--extra/xorg-xdriinfo/.md5sum.x86_641
-rw-r--r--extra/xorg-xdriinfo/Pkgfile18
5 files changed, 34 insertions, 0 deletions
diff --git a/extra/xorg-xdriinfo/.footprint.i686 b/extra/xorg-xdriinfo/.footprint.i686
new file mode 100644
index 000000000..1ff69e74e
--- /dev/null
+++ b/extra/xorg-xdriinfo/.footprint.i686
@@ -0,0 +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/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/extra/xorg-xdriinfo/.footprint.x86_64 b/extra/xorg-xdriinfo/.footprint.x86_64
new file mode 100644
index 000000000..1ff69e74e
--- /dev/null
+++ b/extra/xorg-xdriinfo/.footprint.x86_64
@@ -0,0 +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/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/extra/xorg-xdriinfo/.md5sum.i686 b/extra/xorg-xdriinfo/.md5sum.i686
new file mode 100644
index 000000000..287117b27
--- /dev/null
+++ b/extra/xorg-xdriinfo/.md5sum.i686
@@ -0,0 +1 @@
+3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2
diff --git a/extra/xorg-xdriinfo/.md5sum.x86_64 b/extra/xorg-xdriinfo/.md5sum.x86_64
new file mode 100644
index 000000000..287117b27
--- /dev/null
+++ b/extra/xorg-xdriinfo/.md5sum.x86_64
@@ -0,0 +1 @@
+3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2
diff --git a/extra/xorg-xdriinfo/Pkgfile b/extra/xorg-xdriinfo/Pkgfile
new file mode 100644
index 000000000..0df5da9b3
--- /dev/null
+++ b/extra/xorg-xdriinfo/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Requête d'information sur la configuration des pilotres DRI
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-glproto, mesa3d
+# Run on: xorg-libx11,xorg-glproto,mesa3d
+
+name=xorg-xdriinfo
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2)
+
+build() {
+ cd xdriinfo-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}