From 31b8a45131a66536b88cd4ec386922c5ca1b4cc6 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:10:36 +0100 Subject: Ajout de xorg-fixesproto#4.0-1 --- xorg/xorg-fixesproto/.footprint | 9 +++++++++ xorg/xorg-fixesproto/.md5sum | 1 + xorg/xorg-fixesproto/Pkgfile | 17 +++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 xorg/xorg-fixesproto/.footprint create mode 100644 xorg/xorg-fixesproto/.md5sum create mode 100644 xorg/xorg-fixesproto/Pkgfile (limited to 'xorg') diff --git a/xorg/xorg-fixesproto/.footprint b/xorg/xorg-fixesproto/.footprint new file mode 100644 index 000000000..7af11a32c --- /dev/null +++ b/xorg/xorg-fixesproto/.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/xfixesproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xfixeswire.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fixesproto.pc diff --git a/xorg/xorg-fixesproto/.md5sum b/xorg/xorg-fixesproto/.md5sum new file mode 100644 index 000000000..9f344f40f --- /dev/null +++ b/xorg/xorg-fixesproto/.md5sum @@ -0,0 +1 @@ +8b298cc3424597f8138c7faf7763dce9 fixesproto-4.0.tar.bz2 diff --git a/xorg/xorg-fixesproto/Pkgfile b/xorg/xorg-fixesproto/Pkgfile new file mode 100644 index 000000000..79da3aeea --- /dev/null +++ b/xorg/xorg-fixesproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto fixesproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-fixesproto +version=4.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2) + +build() { + cd fixesproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf