--- /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/Xfixes.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXfixes.a
+-rwxr-xr-x root/root usr/lib/libXfixes.la
+lrwxrwxrwx root/root usr/lib/libXfixes.so -> libXfixes.so.3.1.0
+lrwxrwxrwx root/root usr/lib/libXfixes.so.3 -> libXfixes.so.3.1.0
+-rwxr-xr-x root/root usr/lib/libXfixes.so.3.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xfixes.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/Xfixes.3.gz
--- /dev/null
+# Description: X Fixes extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck tilman at crux dot nu
+# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libx11 xorg-xproto xorg-fixesproto xorg-xextproto
+
+name=xorg-libxfixes
+version=4.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2)
+
+build() {
+ cd libXfixes-$version
+
+ export FIXESEXT_LIBS="-L$CLFS/usr/lib -lX11"
+ export FIXESEXT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}