[Lunar-commits] <moonbase>

Auke Kok sofar at foo-projects.org
Fri Mar 14 18:19:54 CET 2008


commit 49c5cbc54809960c135788f1421d263761a71c21
Author: Jason Melbye <jasonmelbye at yahoo.com>
Date:   Fri Mar 14 18:19:54 2008 +0100
---
 zbeta/e_dbus-cvs/BUILD   |   10 ++++++++++
 zbeta/e_dbus-cvs/DEPENDS |    2 ++
 zbeta/e_dbus-cvs/DETAILS |   15 +++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/zbeta/e_dbus-cvs/BUILD b/zbeta/e_dbus-cvs/BUILD
new file mode 100644
index 0000000..d908e3c
--- /dev/null
+++ b/zbeta/e_dbus-cvs/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/e_dbus-cvs/DEPENDS b/zbeta/e_dbus-cvs/DEPENDS
new file mode 100644
index 0000000..9771aa0
--- /dev/null
+++ b/zbeta/e_dbus-cvs/DEPENDS
@@ -0,0 +1,2 @@
+depends  ecore-cvs
+depends  dbus
diff --git a/zbeta/e_dbus-cvs/DETAILS b/zbeta/e_dbus-cvs/DETAILS
new file mode 100644
index 0000000..708704c
--- /dev/null
+++ b/zbeta/e_dbus-cvs/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=e_dbus-cvs
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/e_dbus
+        WEB_SITE=http://www.enlightenment.org
+         ENTERED=20080305
+         UPDATED=`date -u +%Y%m%d`
+   MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+           SHORT="Basic convenience wrappers around dbus to ease integrating dbus with EFL based applications"
+
+cat << EOF
+
+Basic convenience wrappers around dbus to ease integrating dbus with EFL based applications
+
+EOF


More information about the Lunar-commits mailing list