--- /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/Xcomposite.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXcomposite.a
+-rwxr-xr-x root/root usr/lib/libXcomposite.la
+lrwxrwxrwx root/root usr/lib/libXcomposite.so -> libXcomposite.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libXcomposite.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xcomposite.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/XCompositeCreateRegionFromBorderClip.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeGetOverlayWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeNameWindowPixmap.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeQueryExtension.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeQueryVersion.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeRedirectSubwindows.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeRedirectWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeReleaseOverlayWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeUnredirectSubwindows.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeUnredirectWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeVersion.3.gz
+-rw-r--r-- root/root usr/share/man/man3/Xcomposite.3.gz
--- /dev/null
+# Description: X Composite extension client library
+# 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
+# Depends on: xorg-compositeproto xorg-libxext xorg-libxfixes
+
+name=xorg-libxcomposite
+version=0.4.4
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
+
+build() {
+ cd libXcomposite-$version
+
+ ./configure --prefix=/usr \
+ --build=aarch64-unknown-linux-gnueabi
+
+ make
+ make DESTDIR=$PKG install
+}