summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xdriinfo
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:20:14 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:20:14 +0100
commit585f6ba5a6a9a1121947e7d9df1a4057e3672574 (patch)
treea94ae7c94b329a476847fc66c9955287961444f4 /xorg/xorg-xdriinfo
parent78253a5a7116438204c3385d430a8c3e4669a469 (diff)
downloadnutyx-pakxe-585f6ba5a6a9a1121947e7d9df1a4057e3672574.tar.gz
nutyx-pakxe-585f6ba5a6a9a1121947e7d9df1a4057e3672574.tar.bz2
nutyx-pakxe-585f6ba5a6a9a1121947e7d9df1a4057e3672574.tar.xz
nutyx-pakxe-585f6ba5a6a9a1121947e7d9df1a4057e3672574.zip
Ajout de xorg-xdriinfo#1.0.2-1
Diffstat (limited to 'xorg/xorg-xdriinfo')
-rw-r--r--xorg/xorg-xdriinfo/.footprint6
-rw-r--r--xorg/xorg-xdriinfo/.md5sum1
-rw-r--r--xorg/xorg-xdriinfo/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg/xorg-xdriinfo/.footprint b/xorg/xorg-xdriinfo/.footprint
new file mode 100644
index 000000000..f1a9c5b4a
--- /dev/null
+++ b/xorg/xorg-xdriinfo/.footprint
@@ -0,0 +1,6 @@
+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
diff --git a/xorg/xorg-xdriinfo/.md5sum b/xorg/xorg-xdriinfo/.md5sum
new file mode 100644
index 000000000..7c85a9e6d
--- /dev/null
+++ b/xorg/xorg-xdriinfo/.md5sum
@@ -0,0 +1 @@
+a5ec51ed9f0a55dc3462d90d52ff899c xdriinfo-1.0.2.tar.bz2
diff --git a/xorg/xorg-xdriinfo/Pkgfile b/xorg/xorg-xdriinfo/Pkgfile
new file mode 100644
index 000000000..0bf2b3610
--- /dev/null
+++ b/xorg/xorg-xdriinfo/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Query configuration information of DRI drivers
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-glproto
+
+name=xorg-xdriinfo
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2)
+
+build() {
+ cd xdriinfo-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}