summaryrefslogtreecommitdiffstats
path: root/xorg
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 /xorg
parente20b748798df4eeda7cb4ea4fd85883e52ce4a9a (diff)
downloadnutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.tar.gz
nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.tar.bz2
nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.tar.xz
nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.zip
xorg-xdriinfo dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xdriinfo/.footprint.i6867
-rw-r--r--xorg/xorg-xdriinfo/.footprint.x86_647
-rw-r--r--xorg/xorg-xdriinfo/.md5sum.i6861
-rw-r--r--xorg/xorg-xdriinfo/.md5sum.x86_641
-rw-r--r--xorg/xorg-xdriinfo/Pkgfile18
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xdriinfo/.footprint.i686 b/xorg/xorg-xdriinfo/.footprint.i686
deleted file mode 100644
index 1ff69e74e..000000000
--- a/xorg/xorg-xdriinfo/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-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/xorg/xorg-xdriinfo/.footprint.x86_64 b/xorg/xorg-xdriinfo/.footprint.x86_64
deleted file mode 100644
index 1ff69e74e..000000000
--- a/xorg/xorg-xdriinfo/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-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/xorg/xorg-xdriinfo/.md5sum.i686 b/xorg/xorg-xdriinfo/.md5sum.i686
deleted file mode 100644
index 287117b27..000000000
--- a/xorg/xorg-xdriinfo/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2
diff --git a/xorg/xorg-xdriinfo/.md5sum.x86_64 b/xorg/xorg-xdriinfo/.md5sum.x86_64
deleted file mode 100644
index 287117b27..000000000
--- a/xorg/xorg-xdriinfo/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2
diff --git a/xorg/xorg-xdriinfo/Pkgfile b/xorg/xorg-xdriinfo/Pkgfile
deleted file mode 100644
index 0df5da9b3..000000000
--- a/xorg/xorg-xdriinfo/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}