--- /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/randr.h
+-rw-r--r-- root/root usr/include/X11/extensions/randrproto.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/randrproto.pc
--- /dev/null
+# Description: xorg proto randrproto
+# 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-randrproto
+version=1.3.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2)
+
+build() {
+ cd randrproto-$version
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share
+}