From eafe76be1e8b5fe170f6933783e184b9afe53208 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 20 Mar 2007 17:04:30 +0100 Subject: [PATCH] embryo: initial release --- embryo/.footprint | 18 ++++++++++++++++++ embryo/.md5sum | 1 + embryo/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 37 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..6c66008 --- /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-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 index 0000000..b2d180c --- /dev/null +++ b/embryo/.md5sum @@ -0,0 +1 @@ +2a09c0355f33112e96ed253bd0bb308a embryo-0.9.1.037.tar.gz diff --git a/embryo/Pkgfile b/embryo/Pkgfile new file mode 100644 index 0000000..65048b9 --- /dev/null +++ b/embryo/Pkgfile @@ -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 +} -- 2.30.2