--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/edje-config
+-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
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/Edje.h
+drwxr-xr-x root/root usr/lib/
+-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.so.0.5.0
+lrwxrwxrwx root/root usr/lib/libedje.so.0 -> libedje.so.0.5.0
+-rwxr-xr-x root/root usr/lib/libedje.so.0.5.0
+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: Graphical layout and animation library
+# URL: http://enlightenment.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: embryo, ecore
+
+name=edje
+version=0.5.0.037
+release=1
+source=(http://enlightenment.freedesktop.org/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}