summaryrefslogtreecommitdiffstats
path: root/e-16/e16/DETAILS
blob: 087a42811c1fd27c4595be6f6944fda3954e7a77 (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
25
26
27
28
29
30
31
32
33
34
35
36
           SPELL=e16
if  [  "$E16_CVS"  ==  "y"  ];  then
  if  [  "$E16_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-0.16-cvs.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-0.16-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:$SPELL/e
   SOURCE_IGNORE=volatile
else
         VERSION=1.0.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
   SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE

     SOURCE_HASH=sha512:27b1bccced02bb2e5c15fdc6102b42930737accb432c3a8033f4bfc84c4090c0bda151af365bf5a657615ccc478a1cd81ea20a7e552aed0fa24d8181f61ec7e6
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"

fi
      LICENSE[0]=BSD
      PATCHLEVEL=0
        WEB_SITE=http://www.enlightenment.org/
        KEYWORDS="e16 enlightenment wm windowmanager"
         ENTERED=20010922
           SHORT="E16 is a themeable, fast, flexible X11 windows Manager"
cat << EOF
Enlightenment 16 is a themeable, fast, flexible, and powerful window
manager that is designed to be as configurable as possible in both look
and feel. In addition, Enlightenment provides an applet API that
provides functionality somewhere between the GNOME applet system and
Dock Apps from Afterstep/WindowMaker. The current design aim is for
Enlightenment to become a desktop shell.
EOF