summaryrefslogtreecommitdiffstats
path: root/extra/embryo
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-24 14:46:51 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-24 14:46:51 +0100
commit7932a398441f8cece73f761b46fab52f10f5fe56 (patch)
tree7ce45879699da4bd32136f1673770b88e1b41b71 /extra/embryo
parent611f6e66c0f9146e1f23ac2b2ed0572acbf96db1 (diff)
downloadnutyx-extra-7932a398441f8cece73f761b46fab52f10f5fe56.tar.gz
nutyx-extra-7932a398441f8cece73f761b46fab52f10f5fe56.tar.bz2
nutyx-extra-7932a398441f8cece73f761b46fab52f10f5fe56.tar.xz
nutyx-extra-7932a398441f8cece73f761b46fab52f10f5fe56.zip
Ajout de embryo#0.9.9.063-1
Diffstat (limited to 'extra/embryo')
-rw-r--r--extra/embryo/.footprint17
-rw-r--r--extra/embryo/.md5sum1
-rw-r--r--extra/embryo/Pkgfile18
3 files changed, 36 insertions, 0 deletions
diff --git a/extra/embryo/.footprint b/extra/embryo/.footprint
new file mode 100644
index 000000000..29f0abb70
--- /dev/null
+++ b/extra/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-svn-05.so.0 -> libembryo-ver-svn-05.so.0.9.9
+-rwxr-xr-x root/root usr/lib/libembryo-ver-svn-05.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-svn-05.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/extra/embryo/.md5sum b/extra/embryo/.md5sum
new file mode 100644
index 000000000..eb9bba937
--- /dev/null
+++ b/extra/embryo/.md5sum
@@ -0,0 +1 @@
+fb5bc84980b89e8e73f5c8ae5c368bbd embryo-0.9.9.063.tar.bz2
diff --git a/extra/embryo/Pkgfile b/extra/embryo/Pkgfile
new file mode 100644
index 000000000..1ecc9b09e
--- /dev/null
+++ b/extra/embryo/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Machine virtuelle et compilateur basé sur Small pour être utilisé avec E17.
+# URL: http://www.enlightenment.org/
+# Maintainer: NuTyX core team
+# Packager: A DEFINIR
+# Depends on: efreet
+
+name=embryo
+version=0.9.9.063
+release=1
+source=(http://download.enlightenment.org/snapshots/LATEST/$name-$version.tar.bz2)
+
+build()
+{
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make install DESTDIR=$PKG
+}