--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xmlwf
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/expat.h
+-rw-r--r-- root/root usr/include/expat_external.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libexpat.a
+-rwxr-xr-x root/root usr/lib/libexpat.la
+lrwxrwxrwx root/root usr/lib/libexpat.so -> libexpat.so.1.5.2
+lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.5.2
+-rwxr-xr-x root/root usr/lib/libexpat.so.1.5.2
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xmlwf.1.gz
--- /dev/null
+# Description: A fast, non-validating, stream-oriented XML parsing library
+# URL: http://expat.sourceforge.net/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org
+
+name=expat
+version=2.0.1
+release=1
+source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+}