CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-dri2proto: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 20:48:08 +0000 (21:48 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 20:48:08 +0000 (21:48 +0100)
xorg-dri2proto/.footprint [new file with mode: 0644]
xorg-dri2proto/.md5sum [new file with mode: 0644]
xorg-dri2proto/Pkgfile [new file with mode: 0644]

diff --git a/xorg-dri2proto/.footprint b/xorg-dri2proto/.footprint
new file mode 100644 (file)
index 0000000..9624419
--- /dev/null
@@ -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-dri2proto/.md5sum b/xorg-dri2proto/.md5sum
new file mode 100644 (file)
index 0000000..255f611
--- /dev/null
@@ -0,0 +1 @@
+5cb7987d29db068153bdc8f23c767c43  dri2proto-2.1.tar.bz2
diff --git a/xorg-dri2proto/Pkgfile b/xorg-dri2proto/Pkgfile
new file mode 100644 (file)
index 0000000..e53ed77
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: X DRI2 protocol headers
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on:
+
+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 --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}