[Lunar-commits] r23987 - in moonbase/trunk/zbeta/e17: . efreet-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Apr 9 15:34:43 CEST 2007
Author: v3rt1g0
Date: 2007-04-09 15:34:42 +0200 (Mon, 09 Apr 2007)
New Revision: 23987
Added:
moonbase/trunk/zbeta/e17/efreet-cvs/
moonbase/trunk/zbeta/e17/efreet-cvs/BUILD
moonbase/trunk/zbeta/e17/efreet-cvs/DEPENDS
moonbase/trunk/zbeta/e17/efreet-cvs/DETAILS
Log:
Added new EFL required for e17. Thanks jas0n.
Added: moonbase/trunk/zbeta/e17/efreet-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/efreet-cvs/BUILD (rev 0)
+++ moonbase/trunk/zbeta/e17/efreet-cvs/BUILD 2007-04-09 13:34:42 UTC (rev 23987)
@@ -0,0 +1,9 @@
+(
+
+ 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/efreet-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/e17/efreet-cvs/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/e17/efreet-cvs/DEPENDS 2007-04-09 13:34:42 UTC (rev 23987)
@@ -0,0 +1 @@
+depends ecore-cvs
Added: moonbase/trunk/zbeta/e17/efreet-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/e17/efreet-cvs/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/e17/efreet-cvs/DETAILS 2007-04-09 13:34:42 UTC (rev 23987)
@@ -0,0 +1,15 @@
+ MODULE=efreet-cvs
+ VERSION=beta
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/efreet
+ WEB_SITE=http://www.enlightenment.org
+ ENTERED=20070409
+ UPDATED=`date -u +%Y%m%d`
+ MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+ SHORT="an implementation of freedesktop.org specifications"
+
+cat << EOF
+An implementation of several specifications from freedesktop.org
+intended for use in Enlightenment DR17 (e17) and other applications
+using the Enlightenment Foundation Libraries (EFL).
+EOF
More information about the Lunar-commits
mailing list