From e4e43c0bc0a996bde8de7024ffe4a80865cb9aa2 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 01:35:01 +0100 Subject: [PATCH] xorg-fixesproto: initial import (verified compilation) --- xorg-fixesproto/.footprint | 9 +++++++++ xorg-fixesproto/.md5sum | 1 + xorg-fixesproto/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 xorg-fixesproto/.footprint create mode 100644 xorg-fixesproto/.md5sum create mode 100644 xorg-fixesproto/Pkgfile diff --git a/xorg-fixesproto/.footprint b/xorg-fixesproto/.footprint new file mode 100644 index 0000000..7af11a3 --- /dev/null +++ b/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-fixesproto/.md5sum b/xorg-fixesproto/.md5sum new file mode 100644 index 0000000..83c88dd --- /dev/null +++ b/xorg-fixesproto/.md5sum @@ -0,0 +1 @@ +4c1cb4f2ed9f34de59f2f04783ca9483 fixesproto-4.1.1.tar.bz2 diff --git a/xorg-fixesproto/Pkgfile b/xorg-fixesproto/Pkgfile new file mode 100644 index 0000000..77f65d3 --- /dev/null +++ b/xorg-fixesproto/Pkgfile @@ -0,0 +1,23 @@ +# Description: xorg proto fixesproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org +# Depends on: + +name=xorg-fixesproto +version=4.1.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$version.tar.bz2) + +build() { + cd fixesproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share +} -- 2.26.2