embryo: initial release
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 20 Mar 2007 16:04:30 +0000 (17:04 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Tue, 20 Mar 2007 16:04:30 +0000 (17:04 +0100)
embryo/.footprint [new file with mode: 0644]
embryo/.md5sum [new file with mode: 0644]
embryo/Pkgfile [new file with mode: 0644]

diff --git a/embryo/.footprint b/embryo/.footprint
new file mode 100644 (file)
index 0000000..6c66008
--- /dev/null
@@ -0,0 +1,18 @@
+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
diff --git a/embryo/.md5sum b/embryo/.md5sum
new file mode 100644 (file)
index 0000000..b2d180c
--- /dev/null
@@ -0,0 +1 @@
+2a09c0355f33112e96ed253bd0bb308a  embryo-0.9.1.037.tar.gz
diff --git a/embryo/Pkgfile b/embryo/Pkgfile
new file mode 100644 (file)
index 0000000..65048b9
--- /dev/null
@@ -0,0 +1,18 @@
+# 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
+}