--- /dev/null
+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
--- /dev/null
+434b931b02bd83ed9fc44951df81cdac damageproto-1.2.0.tar.bz2
--- /dev/null
+# 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
+}