summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-videoproto
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:13:45 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:13:45 +0100
commit21db2566062128591300cd4a2027de8b60d6dd10 (patch)
tree890b448fd7b8b0d61f07607f62215cc0b0dd85e5 /xorg/xorg-videoproto
parente2272f64e0dd47c52eee1725812ebae44b523700 (diff)
downloadnutyx-extra-21db2566062128591300cd4a2027de8b60d6dd10.tar.gz
nutyx-extra-21db2566062128591300cd4a2027de8b60d6dd10.tar.bz2
nutyx-extra-21db2566062128591300cd4a2027de8b60d6dd10.tar.xz
nutyx-extra-21db2566062128591300cd4a2027de8b60d6dd10.zip
Ajout de xorg-videoproto#2.2.2-1
Diffstat (limited to 'xorg/xorg-videoproto')
-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
+}