[Lunar-commits] CVS: moonbase/zbeta/engrave-cvs BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Dec 6 01:19:39 UTC 2004
Update of /var/cvs/lunar/moonbase/zbeta/engrave-cvs
In directory espresso.foo-projects.org:/tmp/cvs-serv23673/engrave-cvs
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Inital import of a library used for editing the contents of an edje .eet
file. This is not offically part of the EFL, but may become part one
day?
--- NEW FILE: BUILD ---
(
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
--- NEW FILE: DEPENDS ---
depends ecore-cvs
--- NEW FILE: DETAILS ---
MODULE=engrave-cvs
VERSION=beta
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/engrave
SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment:e17/libs/engrave
WEB_SITE=http://www.enlightenment.org/
ENTERED=20041205
UPDATED=`date -u +%Y%m%d`
MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
SHORT="A library for editing the contents of an edje .eet file"
cat << EOF
Engrave is a library for editing the contents of an edje .eet file.
o parses Edje's .edc format (or the .edc embedded in an edje .eet
file)
o returns a structural representation of the .edc.
o provides an API for modifying this representation
(add/remove/edit parts, programs, etc)
o writes the modified data back out to an .edc (or an .eet)
EOF
More information about the Lunar-commits
mailing list