--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/eet
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/Eet.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libeet.a
+-rwxr-xr-x root/root usr/lib/libeet.la
+lrwxrwxrwx root/root usr/lib/libeet.so -> libeet.so.1.2.2
+lrwxrwxrwx root/root usr/lib/libeet.so.1 -> libeet.so.1.2.2
+-rwxr-xr-x root/root usr/lib/libeet.so.1.2.2
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/eet.pc
--- /dev/null
+# Description: Small archiving library for use with EFL.
+# URL: http://www.enlightenment.org/
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libxext xorg-libsm libungif libpng libtiff freetype eina
+
+name=eet
+version=20091130
+release=1
+source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
+
+build()
+{
+ cd $SRC/e17/$name
+ export EINA_LIBS="-L$CLFS/usr/lib -leina"
+ export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
+
+ ./autogen.sh --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr
+
+ make V=1
+ make install DESTDIR=$PKG
+}