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