From c52c0d17b9881f925d1c154194468f62a159b455 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 16 Dec 2009 14:54:31 +0100 Subject: [PATCH] xorg-kbproto: initial import (verified compilation) --- xorg-kbproto/.footprint | 12 ++++++++++++ xorg-kbproto/.md5sum | 1 + xorg-kbproto/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 xorg-kbproto/.footprint create mode 100644 xorg-kbproto/.md5sum create mode 100644 xorg-kbproto/Pkgfile diff --git a/xorg-kbproto/.footprint b/xorg-kbproto/.footprint new file mode 100644 index 0000000..6e16246 --- /dev/null +++ b/xorg-kbproto/.footprint @@ -0,0 +1,12 @@ +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/XKB.h +-rw-r--r-- root/root usr/include/X11/extensions/XKBgeom.h +-rw-r--r-- root/root usr/include/X11/extensions/XKBproto.h +-rw-r--r-- root/root usr/include/X11/extensions/XKBsrv.h +-rw-r--r-- root/root usr/include/X11/extensions/XKBstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/kbproto.pc diff --git a/xorg-kbproto/.md5sum b/xorg-kbproto/.md5sum new file mode 100644 index 0000000..dc82f0e --- /dev/null +++ b/xorg-kbproto/.md5sum @@ -0,0 +1 @@ +7f439166a9b2bf81471a33951883019f kbproto-1.0.4.tar.bz2 diff --git a/xorg-kbproto/Pkgfile b/xorg-kbproto/Pkgfile new file mode 100644 index 0000000..c3d867c --- /dev/null +++ b/xorg-kbproto/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg proto kbproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-ar at mikeux dot dyndns dot org +# Depends on: + +name=xorg-kbproto +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/kbproto-$version.tar.bz2) + +build() { + cd kbproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +} -- 2.26.2