From 1c288dba02e271025692a77d62925290767d0100 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 01:12:31 +0100 Subject: [PATCH] xorg-randrproto: initial import (verified compilation) --- xorg-randrproto/.footprint | 9 +++++++++ xorg-randrproto/.md5sum | 1 + xorg-randrproto/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 xorg-randrproto/.footprint create mode 100644 xorg-randrproto/.md5sum create mode 100644 xorg-randrproto/Pkgfile diff --git a/xorg-randrproto/.footprint b/xorg-randrproto/.footprint new file mode 100644 index 0000000..db8be84 --- /dev/null +++ b/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-randrproto/.md5sum b/xorg-randrproto/.md5sum new file mode 100644 index 0000000..73ff819 --- /dev/null +++ b/xorg-randrproto/.md5sum @@ -0,0 +1 @@ +a5c244c36382b0de39b2828cea4b651d randrproto-1.3.1.tar.bz2 diff --git a/xorg-randrproto/Pkgfile b/xorg-randrproto/Pkgfile new file mode 100644 index 0000000..be9bf16 --- /dev/null +++ b/xorg-randrproto/Pkgfile @@ -0,0 +1,23 @@ +# Description: xorg proto randrproto +# 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-randrproto +version=1.3.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2) + +build() { + cd randrproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share +} -- 2.26.2