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

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Jan 13 02:39:03 UTC 2005


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

Added Files:
	BUILD DEPENDS DETAILS POST_INSTALL 
Log Message:
Inital commit.  A EFL based mailbox checker that handles mbox, maildir, 
imap, and pop3


--- 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

  # This module's ./autogen.sh has an issues: 1) with params and 2) it 
  # must be run twice in a row as it fails the first time.  Do _NOT_ add 
  # a && to the end of this following line!
  ./autogen.sh
  ./autogen.sh &&
  default_build

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends esmart-cvs &&
depends libtool

--- NEW FILE: DETAILS ---
          MODULE=embrace-cvs
         VERSION=beta
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/embrace
      SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment:misc/embrace
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20050112
         UPDATED=`date -u +%Y%m%d`
   MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
           SHORT="an EFL based mail-checker"

cat << EOF
Embrace is a mail-checker which is based on the Enlightenment
Foundation Libraries.  It monitors your mailboxes and the current 
count of total and new mails in them.
Embrace uses Edje for the user interface.  Plugins are used for the
mailbox monitoring.  Embrace currently ships with plugins for IMAP,
POP3, mbox and maildir mailboxes.
EOF

--- NEW FILE: POST_INSTALL ---
message "\n${MODULE_COLOR}$MODULE${MESSAGE_COLOR} uses edb for its \
configuration.  You can use the shell script\n\
${FILE_COLOR}$MODULE_PREFIX/share/create_embrace_cfg.sh${MESSAGE_COLOR} \
as a template.${DEFAULT_COLOR}\n"



More information about the Lunar-commits mailing list