diff options
author | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:39:49 +0000 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:39:49 +0000 |
commit | 77453899a12f37c33500e76b04809b462f6c7e10 (patch) | |
tree | a325d1943936bc3dcb50cfcb6e481b98d7a4e462 | |
parent | bf9e5ab75717d2d51710628891b3b28c6f750187 (diff) | |
download | enlightenment-77453899a12f37c33500e76b04809b462f6c7e10.tar.gz enlightenment-77453899a12f37c33500e76b04809b462f6c7e10.tar.xz |
embryo: Initial import version 1.7.5
-rw-r--r-- | embryo/.footprint | 18 | ||||
-rw-r--r-- | embryo/.md5sum | 1 | ||||
-rw-r--r-- | embryo/Pkgfile | 17 |
3 files changed, 36 insertions, 0 deletions
diff --git a/embryo/.footprint b/embryo/.footprint new file mode 100644 index 0000000..16bbe15 --- /dev/null +++ b/embryo/.footprint @@ -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_cc +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/embryo-1/ +-rw-r--r-- root/root usr/include/embryo-1/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.1.7.5 +lrwxrwxrwx root/root usr/lib/libembryo.so.1 -> libembryo.so.1.7.5 +-rwxr-xr-x root/root usr/lib/libembryo.so.1.7.5 +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..68c5440 --- /dev/null +++ b/embryo/.md5sum @@ -0,0 +1 @@ +c5d34d35ee38ad7c68b9f477d036c659 embryo-1.7.5.tar.gz diff --git a/embryo/Pkgfile b/embryo/Pkgfile new file mode 100644 index 0000000..90a650a --- /dev/null +++ b/embryo/Pkgfile @@ -0,0 +1,17 @@ +# 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 +# Depends on: eio + +name=embryo +version=1.7.5 +release=1 +source=(http://download.enlightenment.org/releases/$name-$version.tar.gz) + +build() +{ + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |