--- /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/Xdamage.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXdamage.a
+-rwxr-xr-x root/root usr/lib/libXdamage.la
+lrwxrwxrwx root/root usr/lib/libXdamage.so -> libXdamage.so.1.1.0
+lrwxrwxrwx root/root usr/lib/libXdamage.so.1 -> libXdamage.so.1.1.0
+-rwxr-xr-x root/root usr/lib/libXdamage.so.1.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xdamage.pc
--- /dev/null
+b42780bce703ec202a33e5693991c09d libXdamage-1.1.2.tar.bz2
--- /dev/null
+# Description: X Damage extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libx11 xorg-fixesproto xorg-libxfixes xorg-xextproto xorg-damageproto
+
+name=xorg-libxdamage
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
+
+build() {
+ cd libXdamage-$version
+
+ export DEFAULT_LIBS="-L$CLFS/usr/lib"
+ export DEFAULT_CFLAGS="-I$CLFS/usr/include"
+ export XDAMAGE_LIBS="$DEFAULT_LIBS"
+ export XDAMAGE_CFLAGS="$DEFAULT_CFLAGS"
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}