           SPELL=ekiga
if [ "$CVS" == "y" ]; then
         VERSION=3.2.7
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://snapshots.seconix.com/cvs/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=volatile
else
         VERSION=3.3.1
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
  SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
         LICENSE=GPL
        WEB_SITE=http://www.ekiga.org
         ENTERED=20060508
        KEYWORDS="messaging chat"
           SHORT="H323 videoconference tool"
cat << EOF
Ekiga is the first Linux H.323 compatible client designed for the Gnome
desktop.  It is compatible with Netmeeting and other H.323 products. It is
the first free H323 videoconference tool with a powerfull GUI interface to
be available under GNU/Linux.
EOF
