[Lunar-commits] CVS: moonbase/zbeta/imlib2-cvs BUILD, 1.4,
1.5 DETAILS, 1.4, 1.5 CONFLICTS, 1.3, NONE
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Nov 12 00:33:43 UTC 2004
Update of /var/cvs/lunar/moonbase/zbeta/imlib2-cvs
In directory espresso.foo-projects.org:/tmp/cvs-serv29314/imlib2-cvs
Modified Files:
BUILD DETAILS
Removed Files:
CONFLICTS
Log Message:
Making using of the /opt directory as suggested by sofar. This also
negates the need for the conflicts file.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/imlib2-cvs/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 24 Oct 2004 18:26:04 -0000 1.4
+++ BUILD 12 Nov 2004 00:33:41 -0000 1.5
@@ -1,5 +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
+
./autogen.sh --build=$BUILD \
--prefix=$MODULE_PREFIX \
--sysconfdir=/etc \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/imlib2-cvs/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 24 Oct 2004 18:26:04 -0000 1.4
+++ DETAILS 12 Nov 2004 00:33:41 -0000 1.5
@@ -6,7 +6,9 @@
WEB_SITE=http://www.enlightenment.org/pages/imlib2.html
ENTERED=20040928
UPDATED=`date -u +%Y%m%d`
- SHORT="This is the CVS version of the imlib2 module"
+ MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+ SHORT="This is the CVS version of the imlib2 module"
+
cat << EOF
This is the CVS version of the imlib2 module, see 'lvu what imlib2'
for the full scoop.
--- CONFLICTS DELETED ---
More information about the Lunar-commits
mailing list