From 77453899a12f37c33500e76b04809b462f6c7e10 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 9 Jan 2013 16:39:49 +0000 Subject: embryo: Initial import version 1.7.5 --- embryo/.footprint | 18 ++++++++++++++++++ embryo/.md5sum | 1 + embryo/Pkgfile | 17 +++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 embryo/.footprint create mode 100644 embryo/.md5sum create mode 100644 embryo/Pkgfile 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 +} -- cgit v1.2.3