[Lunar-commits] r20043 - in moonbase/trunk/zbeta/e17: . exml-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Fri May 12 12:52:28 UTC 2006


Author: v3rt1g0
Date: 2006-05-12 12:52:27 +0000 (Fri, 12 May 2006)
New Revision: 20043

Added:
   moonbase/trunk/zbeta/e17/exml-cvs/
   moonbase/trunk/zbeta/e17/exml-cvs/BUILD
   moonbase/trunk/zbeta/e17/exml-cvs/DEPENDS
   moonbase/trunk/zbeta/e17/exml-cvs/DETAILS
Log:
Adding an EFL library that doesn't see much use but is now needed in
e_modules-cvs


Added: moonbase/trunk/zbeta/e17/exml-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/exml-cvs/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/e17/exml-cvs/BUILD	2006-05-12 12:52:27 UTC (rev 20043)
@@ -0,0 +1,11 @@
+(
+
+  # these will soon no longer be needed thanks to a change sofar made,
+  # leaving in for now though
+  export PATH="$MODULE_PREFIX/bin:$PATH"
+  export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
+  export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
+
+  default_cvs_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/e17/exml-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/e17/exml-cvs/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/e17/exml-cvs/DEPENDS	2006-05-12 12:52:27 UTC (rev 20043)
@@ -0,0 +1,2 @@
+depends  ecore-cvs  &&
+depends  libxml2

Added: moonbase/trunk/zbeta/e17/exml-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/e17/exml-cvs/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/e17/exml-cvs/DETAILS	2006-05-12 12:52:27 UTC (rev 20043)
@@ -0,0 +1,14 @@
+          MODULE=exml-cvs
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/exml
+      SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/exml
+        WEB_SITE=http://www.enlightenment.org/
+         ENTERED=20060512
+         UPDATED=`date -u +%Y%m%d`
+   MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+           SHORT="An EFL based XML library"
+
+cat << EOF
+Exml is an EFL based library to parse and write XML.
+EOF



More information about the Lunar-commits mailing list