CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
embryo: Initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Tue, 19 Jan 2010 08:30:15 +0000 (08:30 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 19 Jan 2010 08:30:15 +0000 (08:30 +0000)
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..bb3beba
--- /dev/null
@@ -0,0 +1,17 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-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/
+lrwxrwxrwx     root/root       usr/lib/libembryo-ver-pre-svn-04.so.0 -> libembryo-ver-pre-svn-04.so.0.9.9
+-rwxr-xr-x     root/root       usr/lib/libembryo-ver-pre-svn-04.so.0.9.9
+-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-ver-pre-svn-04.so.0.9.9
+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..5446502
--- /dev/null
@@ -0,0 +1 @@
+4917beeefee9e0bdcbd56c72da7cde05  embryo-20091130.tar.bz2
diff --git a/embryo/Pkgfile b/embryo/Pkgfile
new file mode 100644 (file)
index 0000000..7858d62
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: Virtual machine and compiler based on Small 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: efreet
+
+name=embryo
+version=20091130
+release=1
+source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
+
+build()
+{
+  cd $SRC/e17/$name
+  ./autogen.sh --build=$CHOST \
+                --host=$CTARGET \
+                --prefix=/usr
+  make
+  make install DESTDIR=$PKG
+}