--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/embryo-config
+-rwxr-xr-x root/root usr/bin/embryo_cc
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/Embryo.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libembryo.a
+-rwxr-xr-x root/root usr/lib/libembryo.la
+lrwxrwxrwx root/root usr/lib/libembryo.so -> libembryo.so.0.9.1
+lrwxrwxrwx root/root usr/lib/libembryo.so.0 -> libembryo.so.0.9.1
+-rwxr-xr-x root/root usr/lib/libembryo.so.0.9.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/embryo.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/embryo/
+drwxr-xr-x root/root usr/share/embryo/include/
+-rw-r--r-- root/root usr/share/embryo/include/default.inc
--- /dev/null
+# Description: Implementation of the SMALL language
+# URL: http://enlightenment.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on:
+
+name=embryo
+version=0.9.1.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
+}