--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libpthread-stubs.a
+-rwxr-xr-x root/root usr/lib/libpthread-stubs.la
+lrwxrwxrwx root/root usr/lib/libpthread-stubs.so -> libpthread-stubs.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libpthread-stubs.so.0 -> libpthread-stubs.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libpthread-stubs.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/pthread-stubs.pc
--- /dev/null
+# Description: pthread dummy implementation
+# URL: http://xcb.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:
+
+name=libpthread-stubs
+version=0.2
+release=1
+source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}