summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xdriinfo/Pkgfile
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/Pkgfile
parent78253a5a7116438204c3385d430a8c3e4669a469 (diff)
downloadnutyx-extra-585f6ba5a6a9a1121947e7d9df1a4057e3672574.tar.gz
nutyx-extra-585f6ba5a6a9a1121947e7d9df1a4057e3672574.tar.bz2
nutyx-extra-585f6ba5a6a9a1121947e7d9df1a4057e3672574.tar.xz
nutyx-extra-585f6ba5a6a9a1121947e7d9df1a4057e3672574.zip
Ajout de xorg-xdriinfo#1.0.2-1
Diffstat (limited to 'xorg/xorg-xdriinfo/Pkgfile')
-rw-r--r--xorg/xorg-xdriinfo/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}