From 21db2566062128591300cd4a2027de8b60d6dd10 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:13:45 +0100 Subject: Ajout de xorg-videoproto#2.2.2-1 --- xorg/xorg-videoproto/.footprint | 12 ++++++++++++ xorg/xorg-videoproto/.md5sum | 1 + xorg/xorg-videoproto/Pkgfile | 17 +++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 xorg/xorg-videoproto/.footprint create mode 100644 xorg/xorg-videoproto/.md5sum create mode 100644 xorg/xorg-videoproto/Pkgfile (limited to 'xorg') 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 +} -- cgit v1.2.3-54-g00ecf