From: Victor Martinez Date: Tue, 19 Jan 2010 08:30:15 +0000 (+0000) Subject: embryo: Initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=302ca13b816f800c166fe7fa77ddabd60592c3ad;p=attic%2Fports%2Fe17-cross.git embryo: Initial import (verified compilation) --- diff --git a/embryo/.footprint b/embryo/.footprint new file mode 100644 index 0000000..bb3beba --- /dev/null +++ b/embryo/.footprint @@ -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 index 0000000..5446502 --- /dev/null +++ b/embryo/.md5sum @@ -0,0 +1 @@ +4917beeefee9e0bdcbd56c72da7cde05 embryo-20091130.tar.bz2 diff --git a/embryo/Pkgfile b/embryo/Pkgfile new file mode 100644 index 0000000..7858d62 --- /dev/null +++ b/embryo/Pkgfile @@ -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 +}