[Lunar-commits] CVS: moonbase/zbeta/eet-cvs BUILD, 1.2, 1.3 DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Nov 12 00:35:16 UTC 2004


Update of /var/cvs/lunar/moonbase/zbeta/eet-cvs
In directory espresso.foo-projects.org:/tmp/cvs-serv21149/eet-cvs

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Making using of the /opt directory as suggested by sofar.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/eet-cvs/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	3 Oct 2004 02:29:40 -0000	1.2
+++ BUILD	12 Nov 2004 00:35:13 -0000	1.3
@@ -1,10 +1,10 @@
 (
 
-  if module_installed doxygen
-  then
-    ./gendoc
-  fi
-
+  export PATH=$MODULE_PREFIX/bin:$PATH
+  export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
+  export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
+  export USER=nobody
+	
   ./autogen.sh --build=$BUILD                      \
                --prefix=$MODULE_PREFIX             \
                --sysconfdir=/etc                   \

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/eet-cvs/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	29 Sep 2004 03:07:31 -0000	1.1
+++ DEPENDS	12 Nov 2004 00:35:13 -0000	1.2
@@ -1,4 +1,2 @@
 depends jpeg &&
-depends zlib &&
-
-optional_depends "doxygen" "" "" "to build extra documentation"
+depends zlib

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/eet-cvs/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	3 Oct 2004 02:29:40 -0000	1.2
+++ DETAILS	12 Nov 2004 00:35:13 -0000	1.3
@@ -6,6 +6,7 @@
         WEB_SITE=http://www.enlightenment.org/pages/eet.html
          ENTERED=20040928
          UPDATED=`date -u +%Y%m%d`
+   MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
            SHORT="This is the CVS version of EET from the EFL."
 
 cat << EOF



More information about the Lunar-commits mailing list