From a13e3258aabcc394b6b5c6276470da30c47e6260 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:01:43 +0100 Subject: Ajout de xorg-randproto#1.3.0-1 --- xorg/xorg-randrproto/.footprint | 9 +++++++++ xorg/xorg-randrproto/.md5sum | 1 + xorg/xorg-randrproto/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 xorg/xorg-randrproto/.footprint create mode 100644 xorg/xorg-randrproto/.md5sum create mode 100644 xorg/xorg-randrproto/Pkgfile (limited to 'xorg') diff --git a/xorg/xorg-randrproto/.footprint b/xorg/xorg-randrproto/.footprint new file mode 100644 index 000000000..db8be84bc --- /dev/null +++ b/xorg/xorg-randrproto/.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/randr.h +-rw-r--r-- root/root usr/include/X11/extensions/randrproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/randrproto.pc diff --git a/xorg/xorg-randrproto/.md5sum b/xorg/xorg-randrproto/.md5sum new file mode 100644 index 000000000..57c4d0497 --- /dev/null +++ b/xorg/xorg-randrproto/.md5sum @@ -0,0 +1 @@ +a49416013fff33c853efb32f1926551e randrproto-1.3.0.tar.bz2 diff --git a/xorg/xorg-randrproto/Pkgfile b/xorg/xorg-randrproto/Pkgfile new file mode 100644 index 000000000..206bf54c0 --- /dev/null +++ b/xorg/xorg-randrproto/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg proto randrproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-randrproto +version=1.3.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2) + +build() { + cd randrproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share +} -- cgit v1.2.3-54-g00ecf