From f11e866e7ee5d113ee99d44e6506a4f6ed44264f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 00:50:24 +0100 Subject: [PATCH] xorg-bigreqsproto: initial import (verified compilation) --- xorg-bigreqsproto/.footprint | 9 +++++++++ xorg-bigreqsproto/.md5sum | 1 + xorg-bigreqsproto/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 xorg-bigreqsproto/.footprint create mode 100644 xorg-bigreqsproto/.md5sum create mode 100644 xorg-bigreqsproto/Pkgfile diff --git a/xorg-bigreqsproto/.footprint b/xorg-bigreqsproto/.footprint new file mode 100644 index 0000000..66ae51e --- /dev/null +++ b/xorg-bigreqsproto/.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/bigreqsproto.h +-rw-r--r-- root/root usr/include/X11/extensions/bigreqstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/bigreqsproto.pc diff --git a/xorg-bigreqsproto/.md5sum b/xorg-bigreqsproto/.md5sum new file mode 100644 index 0000000..6819e02 --- /dev/null +++ b/xorg-bigreqsproto/.md5sum @@ -0,0 +1 @@ +d30c5dbf19ca6dffcd9788227ecff8c5 bigreqsproto-1.1.0.tar.bz2 diff --git a/xorg-bigreqsproto/Pkgfile b/xorg-bigreqsproto/Pkgfile new file mode 100644 index 0000000..3334a76 --- /dev/null +++ b/xorg-bigreqsproto/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg proto bigreqsproto +# 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-bigreqsproto +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2) + +build() { + cd bigreqsproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +} -- 2.26.2