--- /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/presentproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/presenttokens.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/presentproto.pc
--- /dev/null
+# Description: xorg proto presentproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+
+name=xorg-presentproto
+version=1.0
+release=1
+source=(http://xorg.freedesktop.org/archive/individual/proto/presentproto-$version.tar.bz2)
+
+build() {
+ cd presentproto-$version
+ ./configure --prefix=/usr \
+ --build=aarch64-unknown-linux-gnueabi
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}