[Lunar-commits] CVS: moonbase/zbeta/edb-cvs BUILD, NONE, 1.1 CONFLICTS, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Sep 29 03:04:30 UTC 2004


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

Added Files:
	BUILD CONFLICTS DEPENDS DETAILS 
Log Message:
Starting to add the CVS versions of some EFL libraries in hopes of plans of
eventually getting some "e17"ish applications in the moonbase. (like
entrance, eRSS, and the such)


--- NEW FILE: BUILD ---
(

  ./autogen.sh --build=$BUILD                      \
               --prefix=$MODULE_PREFIX             \
               --sysconfdir=/etc                   \
               --localstatedir=/var                \
               --infodir=$MODULE_PREFIX/share/info \
               --mandir=$MOUDLE_PREFIX/share/man   \
               --enable-compat185                  \
               --enable-dump185                    \
               $OPTS                               &&

   default_build

) > $C_FIFO 2>&1

--- NEW FILE: CONFLICTS ---
conflicts edb

--- NEW FILE: DEPENDS ---
depends zlib &&

optional_depends "ncurses" "--enable-ncurses" "" "Enables an ncurses based db editor" &&
optional_depends "gtk+" "--enable-gtk" "" "Enabled a gtk+ (1.x) based db editor"

--- NEW FILE: DETAILS ---
          MODULE=edb-cvs
         VERSION=beta
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/edb
      SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment:e17/libs/edb
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20040928
         UPDATED=`date -u +%Y%m%d`
           SHORT="This is the CVS version of Edb from the EFL."

cat << EOF
This is the CVS version of the Edb library which is part of the EFL.
It is a database convenience library wrapped around the Berkeley DB
2.7.7.  It is intended to make accessing database information 
portable, easy, fast, and efficient.
EOF



More information about the Lunar-commits mailing list