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