summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-videoproto/.footprint12
-rw-r--r--xorg/xorg-videoproto/.md5sum1
-rw-r--r--xorg/xorg-videoproto/Pkgfile17
3 files changed, 30 insertions, 0 deletions
diff --git a/xorg/xorg-videoproto/.footprint b/xorg/xorg-videoproto/.footprint
new file mode 100644
index 000000000..4c0c28220
--- /dev/null
+++ b/xorg/xorg-videoproto/.footprint
@@ -0,0 +1,12 @@
+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/Xv.h
+-rw-r--r-- root/root usr/include/X11/extensions/XvMC.h
+-rw-r--r-- root/root usr/include/X11/extensions/XvMCproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/Xvproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/vldXvMC.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/videoproto.pc
diff --git a/xorg/xorg-videoproto/.md5sum b/xorg/xorg-videoproto/.md5sum
new file mode 100644
index 000000000..9278b6a0d
--- /dev/null
+++ b/xorg/xorg-videoproto/.md5sum
@@ -0,0 +1 @@
+44292d74a9a3c94b1ecb9d77a0da83e8 videoproto-2.2.2.tar.bz2
diff --git a/xorg/xorg-videoproto/Pkgfile b/xorg/xorg-videoproto/Pkgfile
new file mode 100644
index 000000000..48e5e6ecd
--- /dev/null
+++ b/xorg/xorg-videoproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto videoproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-videoproto
+version=2.2.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-$version.tar.bz2)
+
+build() {
+ cd videoproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}