--- /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/Xcursor/
+-rw-r--r-- root/root usr/include/X11/Xcursor/Xcursor.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXcursor.a
+-rwxr-xr-x root/root usr/lib/libXcursor.la
+lrwxrwxrwx root/root usr/lib/libXcursor.so -> libXcursor.so.1.0.2
+lrwxrwxrwx root/root usr/lib/libXcursor.so.1 -> libXcursor.so.1.0.2
+-rwxr-xr-x root/root usr/lib/libXcursor.so.1.0.2
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xcursor.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/Xcursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorCursorsCreate.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorCursorsDestroy.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoad.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadAllImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadCursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameSave.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameSaveImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorGetDefaultSize.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorGetTheme.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImageCreate.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImageDestroy.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImagesCreate.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImagesDestroy.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadCursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadCursors.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorSetDefaultSize.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorSetTheme.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadCursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadCursors.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorSupportsARGB.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoad.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoadAllImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileSave.3.gz
--- /dev/null
+# Description: xorg lib libXcursor
+# 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-libxrender xorg-libxfixes xorg-libx11 xorg-fixesproto
+
+name=xorg-libxcursor
+version=1.1.10
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
+
+build() {
+ cd libXcursor-$version
+
+ export XCURSOR_LIBS="-L$CLFS/usr/lib -lXrender -lXfixes -lX11"
+ export XCURSOR_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
+}