summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-dri2proto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:10:02 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:10:02 +0100
commit897612117a2258be3f3b59224dc134a7efc7556f (patch)
tree2eafe5eb5e38614792fb5371bdd265774bf0d002 /xorg/xorg-dri2proto
parent3ade3c3803856238a77c4642e7d7464633ba12eb (diff)
downloadnutyx-extra-897612117a2258be3f3b59224dc134a7efc7556f.tar.gz
nutyx-extra-897612117a2258be3f3b59224dc134a7efc7556f.tar.bz2
nutyx-extra-897612117a2258be3f3b59224dc134a7efc7556f.tar.xz
nutyx-extra-897612117a2258be3f3b59224dc134a7efc7556f.zip
Ajout de xorg-dri2proto#2.1-1
Diffstat (limited to 'xorg/xorg-dri2proto')
-rw-r--r--xorg/xorg-dri2proto/.footprint9
-rw-r--r--xorg/xorg-dri2proto/.md5sum1
-rw-r--r--xorg/xorg-dri2proto/Pkgfile17
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg/xorg-dri2proto/.footprint b/xorg/xorg-dri2proto/.footprint
new file mode 100644
index 000000000..962441947
--- /dev/null
+++ b/xorg/xorg-dri2proto/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/dri2proto.h
+-rw-r--r-- root/root usr/include/X11/extensions/dri2tokens.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/dri2proto.pc
diff --git a/xorg/xorg-dri2proto/.md5sum b/xorg/xorg-dri2proto/.md5sum
new file mode 100644
index 000000000..255f611d5
--- /dev/null
+++ b/xorg/xorg-dri2proto/.md5sum
@@ -0,0 +1 @@
+5cb7987d29db068153bdc8f23c767c43 dri2proto-2.1.tar.bz2
diff --git a/xorg/xorg-dri2proto/Pkgfile b/xorg/xorg-dri2proto/Pkgfile
new file mode 100644
index 000000000..b345781f8
--- /dev/null
+++ b/xorg/xorg-dri2proto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: X DRI2 protocol headers
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-dri2proto
+version=2.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/dri2proto-$version.tar.bz2)
+
+build() {
+ cd dri2proto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}