summaryrefslogtreecommitdiffstats
path: root/gnome2-apps/epiphany/DETAILS
blob: 1791fa75349554d77dd0a2fbceeaf2d93a1eaa61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
           SPELL=epiphany
if [[ "$EPIPHANY_DEVEL" == "y" ]]; then
         VERSION=3.0.2
else
         VERSION=2.30.6
fi
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE=$SPELL-$VERSION.tar.bz2
      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