summaryrefslogtreecommitdiffstats
path: root/e-17/ewl/DETAILS
blob: b1092676fa32863b8bc247302838663395a7d244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=ewl
if  [  "$EWL_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/BROKEN/$SPELL:$SPELL
   SOURCE_IGNORE=volatile
      LICENSE[0]=BSD
  FORCE_DOWNLOAD=on
        WEB_SITE=http://enlightenment.org/Libraries/Ewl/
         ENTERED=20040311
           SHORT="The Enlightenment Widget Library"
cat << EOF
The Enlightenment Widget Library, a simple-to-use general purpose widget
library based on the Evas canvas. This library is still in development but
already has demo applications and solid documentation, so feel free to try the
CVS sources.
EOF