           SPELL=libetpan
if [ "$CVS" = "y" ]; then
         VERSION=cvs
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libetpan:libetpan
          MD5[0]=IGNORE
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=0.38
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=$SOURCEFORGE_URL/libetpan/$SOURCE
          MD5[0]=0cda91adab53248df53e8ce9aa65d24d
fi
        WEB_SITE=http://libetpan.sf.net
         ENTERED=20040828
         UPDATED=20040828
         LICENSE=BSD
       BUILD_API=2
           SHORT="a common backend library for email protocols"
cat << EOF
The purpose of this mail library is to provide a portable, efficient
middleware for different kinds of mail access (IMAPrev4, POP3, NNTP,
mbox, MH, Maildir).

You have two kinds of mailbox access, either using low-level functions
with a different interface for each kind of access or using
higher-level functions, using a driver to wrap the higher-level API.
The API will be the same for each kind of mail access using the
higher-level API.
EOF
