--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/edje_cc
+-rwxr-xr-x root/root usr/bin/edje_decc
+-rwxr-xr-x root/root usr/bin/edje_recc
+-rwxr-xr-x root/root usr/bin/inkscape2edc
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/Edje.h
+-rw-r--r-- root/root usr/include/Edje_Edit.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libedje-ver-pre-svn-04.so.0 -> libedje-ver-pre-svn-04.so.0.9.92
+-rwxr-xr-x root/root usr/lib/libedje-ver-pre-svn-04.so.0.9.92
+-rw-r--r-- root/root usr/lib/libedje.a
+-rwxr-xr-x root/root usr/lib/libedje.la
+lrwxrwxrwx root/root usr/lib/libedje.so -> libedje-ver-pre-svn-04.so.0.9.92
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/edje.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/edje/
+drwxr-xr-x root/root usr/share/edje/include/
+-rw-r--r-- root/root usr/share/edje/include/edje.inc
--- /dev/null
+# Description: Multimedia library for use with E17.
+# 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: lua embryo
+
+name=edje
+version=20091130
+release=1
+source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
+
+build()
+{
+ cd $SRC/e17/$name
+
+ export LUA_LIBS="-L$CLFS/usr/lib -llua -lm"
+ export LUA_CFLAGS="-I$CLFS/usr/include"
+ export EINA_LIBS="-L$CLFS/usr/lib -leet -leina"
+ export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
+ export ECORE_FILE_LIBS="-L$CLFS/usr/lib -lecore_file"
+ export ECORE_FILE_CFLAGS="-I$CLFS/usr/include"
+ export ECORE_EVAS_LIBS="-L$CLFS/usr/lib -lecore_evas"
+ export ECORE_EVAS_CFLAGS="-I$CLFS/usr/include"
+ export EDJE_LIBS="-L$CLFS/usr/lib -leina -lecore_file -lecore_con -lecore_job -lecore -lembryo -leet"
+ export EDJE_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
+ make install DESTDIR=$PKG
+}