From 1dcc317251bb9659a0731199f04b64d41152c944 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 12:33:10 +0100 Subject: [PATCH] xorg-recordproto: initial import (verified compilation) --- xorg-recordproto/.footprint | 10 ++++++++++ xorg-recordproto/.md5sum | 1 + xorg-recordproto/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 xorg-recordproto/.footprint create mode 100644 xorg-recordproto/.md5sum create mode 100644 xorg-recordproto/Pkgfile diff --git a/xorg-recordproto/.footprint b/xorg-recordproto/.footprint new file mode 100644 index 0000000..9aab3bf --- /dev/null +++ b/xorg-recordproto/.footprint @@ -0,0 +1,10 @@ +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/recordconst.h +-rw-r--r-- root/root usr/include/X11/extensions/recordproto.h +-rw-r--r-- root/root usr/include/X11/extensions/recordstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/recordproto.pc diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum new file mode 100644 index 0000000..8318394 --- /dev/null +++ b/xorg-recordproto/.md5sum @@ -0,0 +1 @@ +70f5998c673aa510e2acd6d8fb3799de recordproto-1.14.tar.bz2 diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile new file mode 100644 index 0000000..eb38854 --- /dev/null +++ b/xorg-recordproto/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg proto recordproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: + +name=xorg-recordproto +version=1.14 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2) + +build() { + cd recordproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +} -- 2.26.2