summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 22:53:14 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 22:53:14 +0100
commit11c70fa0981c02f92dd48b960853b3b493362bf8 (patch)
treeece6e7a420f0f34fec0d0bde64b2348c88ff0d92 /extra
parent62063de59ce7a8183eb8acf494268591dc8ffb61 (diff)
downloadnutyx-pakxe-11c70fa0981c02f92dd48b960853b3b493362bf8.tar.gz
nutyx-pakxe-11c70fa0981c02f92dd48b960853b3b493362bf8.tar.bz2
nutyx-pakxe-11c70fa0981c02f92dd48b960853b3b493362bf8.tar.xz
nutyx-pakxe-11c70fa0981c02f92dd48b960853b3b493362bf8.zip
embryo dans depot ouvert
Diffstat (limited to 'extra')
-rw-r--r--extra/embryo/.footprint.i68617
-rw-r--r--extra/embryo/.footprint.x86_6417
-rw-r--r--extra/embryo/.md5sum.i6861
-rw-r--r--extra/embryo/.md5sum.x86_641
-rw-r--r--extra/embryo/Pkgfile21
5 files changed, 0 insertions, 57 deletions
diff --git a/extra/embryo/.footprint.i686 b/extra/embryo/.footprint.i686
deleted file mode 100644
index e1664f26e..000000000
--- a/extra/embryo/.footprint.i686
+++ /dev/null
@@ -1,17 +0,0 @@
-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-06.so.0 -> libembryo-ver-svn-06.so.0.9.9
--rwxr-xr-x root/root usr/lib/libembryo-ver-svn-06.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-06.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/.footprint.x86_64 b/extra/embryo/.footprint.x86_64
deleted file mode 100644
index e1664f26e..000000000
--- a/extra/embryo/.footprint.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-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-06.so.0 -> libembryo-ver-svn-06.so.0.9.9
--rwxr-xr-x root/root usr/lib/libembryo-ver-svn-06.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-06.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.i686 b/extra/embryo/.md5sum.i686
deleted file mode 100644
index a2a501c71..000000000
--- a/extra/embryo/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-4b46ede6d03f6b53d4cfeb852513a374 embryo-0.9.9.49898.tar.bz2
diff --git a/extra/embryo/.md5sum.x86_64 b/extra/embryo/.md5sum.x86_64
deleted file mode 100644
index a2a501c71..000000000
--- a/extra/embryo/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-4b46ede6d03f6b53d4cfeb852513a374 embryo-0.9.9.49898.tar.bz2
diff --git a/extra/embryo/Pkgfile b/extra/embryo/Pkgfile
deleted file mode 100644
index f8e87735f..000000000
--- a/extra/embryo/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Machine virtuelle et compilateur basé sur Small pour être utilisé avec E17.
-# URL: http://www.enlightenment.org/
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: efreet
-# Run on: efreet
-
-name=embryo
-version=0.9.9.49898
-release=1
-source=(http://download.enlightenment.org/snapshots/2010-06-27/$name-$version.tar.bz2)
-
-build()
-{
- cd $name-$version
- ./configure --prefix=/usr
- make
- make install DESTDIR=$PKG
-}
-
-