[Lunar-commits] <moonbase> e17: new module eina-svn

Samuel Verstraete samuel.verstraete at gmail.com
Fri Mar 13 16:02:55 CET 2009


commit 830da9ae347dd10d9ed094b0ec71ae8c462e76d3
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date:   Sat Oct 25 13:04:11 2008 +0200

    e17: new module eina-svn
---
 zbeta/e17/eina-svn/BUILD                |   10 ++++++++++
 zbeta/e17/eina-svn/CONFLICTS            |    1 +
 zbeta/e17/eina-svn/DEPENDS              |    2 ++
 zbeta/e17/eina-svn/DETAILS              |   14 ++++++++++++++
 zbeta/e17/eina-svn/POST_INSTALL         |    4 ++++
 zbeta/e17/eina-svn/profile.d/e17-cvs.rc |    4 ++++
 6 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/zbeta/e17/eina-svn/BUILD b/zbeta/e17/eina-svn/BUILD
new file mode 100644
index 0000000..d908e3c
--- /dev/null
+++ b/zbeta/e17/eina-svn/BUILD
@@ -0,0 +1,10 @@
+(
+
+  export PATH=$MODULE_PREFIX/bin:$PATH
+  export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
+  export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
+  export USER=nobody
+
+  default_cvs_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/e17/eina-svn/CONFLICTS b/zbeta/e17/eina-svn/CONFLICTS
new file mode 100644
index 0000000..23b78a6
--- /dev/null
+++ b/zbeta/e17/eina-svn/CONFLICTS
@@ -0,0 +1 @@
+conflicts eet
diff --git a/zbeta/e17/eina-svn/DEPENDS b/zbeta/e17/eina-svn/DEPENDS
new file mode 100644
index 0000000..8bebf85
--- /dev/null
+++ b/zbeta/e17/eina-svn/DEPENDS
@@ -0,0 +1,2 @@
+depends jpeg &&
+depends zlib
diff --git a/zbeta/e17/eina-svn/DETAILS b/zbeta/e17/eina-svn/DETAILS
new file mode 100644
index 0000000..67f2c7c
--- /dev/null
+++ b/zbeta/e17/eina-svn/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=eina-svn
+	     MOD=$(basename $MODULE -svn)
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/$MOD
+        WEB_SITE=http://www.enlightenment.org/pages/eet.html
+         ENTERED=20081025
+         UPDATED=`date -u +%Y%m%d`
+   MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+           SHORT="SVN version of EINA from the EFL"
+
+cat << EOF
+This is the CVS version of the EINA library which is part of the EFL.
+EOF
diff --git a/zbeta/e17/eina-svn/POST_INSTALL b/zbeta/e17/eina-svn/POST_INSTALL
new file mode 100644
index 0000000..01381d2
--- /dev/null
+++ b/zbeta/e17/eina-svn/POST_INSTALL
@@ -0,0 +1,4 @@
+if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then
+ echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf
+ ldconfig
+fi
diff --git a/zbeta/e17/eina-svn/profile.d/e17-cvs.rc b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc
new file mode 100644
index 0000000..26a04cd
--- /dev/null
+++ b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc
@@ -0,0 +1,4 @@
+PATH=${PATH}:/opt/lunar/enlightenment/bin
+PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/lunar/enlightenment/lib/pkgconfig
+
+export PATH PKG_CONFIG_PATH


More information about the Lunar-commits mailing list