           SPELL=epiphany
if [[ "$EPIPHANY_DEVEL" == "y" ]]; then
         VERSION=3.4.1
else
         VERSION=3.4.1
fi
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE=$SPELL-$VERSION.tar.xz
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnome.org/projects/epiphany/
         ENTERED=20030909
        KEYWORDS="web gnome2"
           SHORT="The web browser for the GNOME Desktop"
cat << EOF
Epiphany aims to utilize the simplest interface possible for a browser. Keep in
mind that simple does not necessarily mean less powerful. We believe the
commonly used browsers of today are too big, buggy, and bloated. Epiphany
addresses simplicity with a small browser designed for the web -- not mail,
newsgroups, file management, instant messenging or coffee making. The UNIX
philosophy is to design small tools that do one thing, and do it well.
EOF
