summaryrefslogtreecommitdiffstats
path: root/xorg-xdriinfo
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xdriinfo')
-rw-r--r--xorg-xdriinfo/.footprint6
-rw-r--r--xorg-xdriinfo/.md5sum1
-rw-r--r--xorg-xdriinfo/Pkgfile17
-rw-r--r--xorg-xdriinfo/Pkgfile.old18
4 files changed, 42 insertions, 0 deletions
diff --git a/xorg-xdriinfo/.footprint b/xorg-xdriinfo/.footprint
new file mode 100644
index 0000000..f1a9c5b
--- /dev/null
+++ b/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-xdriinfo/.md5sum b/xorg-xdriinfo/.md5sum
new file mode 100644
index 0000000..dd040fa
--- /dev/null
+++ b/xorg-xdriinfo/.md5sum
@@ -0,0 +1 @@
+cb304d1ce562ac48b68eedeba38c662f xdriinfo-1.0.3.tar.bz2
diff --git a/xorg-xdriinfo/Pkgfile b/xorg-xdriinfo/Pkgfile
new file mode 100644
index 0000000..7b9fd68
--- /dev/null
+++ b/xorg-xdriinfo/Pkgfile
@@ -0,0 +1,17 @@
+description="Query configuration information of DRI drivers"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libx11 xorg-glproto)
+
+name=xorg-xdriinfo
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-1.0.3.tar.bz2)
+build ()
+{
+ cd xdriinfo-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xdriinfo/Pkgfile.old b/xorg-xdriinfo/Pkgfile.old
new file mode 100644
index 0000000..879f920
--- /dev/null
+++ b/xorg-xdriinfo/Pkgfile.old
@@ -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.3
+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
+}