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

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


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

Added Files:
	BUILD 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 ---
(

  if module_installed doxygen
  then
    ./gendoc
  fi

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

   default_build

) > $C_FIFO 2>&1

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

optional_depends "doxygen" "" "" "to build extra documentation"

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

cat << EOF
This is the CVS version of the EET library which is part of the EFL.
It is designed to write an arbitary set of chunks of data to a file
and optionally compress each chunk.  It' loows fast random-access
reading of the file later on.
EOF



More information about the Lunar-commits mailing list