           SPELL=cherokee
if [[ $CHER_DEV == y ]];then
         VERSION=0.7.2
     SOURCE_HASH=sha512:f590a8ea2fbee130bfeca2b078cc3b03d5041d7069693f96555ef0ab38791597b341cfc9b78e4324a1e80c64898fc746beae5258bf37f93f8b2889f3d5fca894
else
         VERSION=0.7.2
     SOURCE_HASH=sha512:f590a8ea2fbee130bfeca2b078cc3b03d5041d7069693f96555ef0ab38791597b341cfc9b78e4324a1e80c64898fc746beae5258bf37f93f8b2889f3d5fca894
fi
          SOURCE=$SPELL-$VERSION.tar.gz 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URI=${VERSION%\.*}/${VERSION%\b*}/$SOURCE
        WEB_SITE=http://www.cherokee-project.com/
   SOURCE_URL[0]=$WEB_SITE/download/$SOURCE_URI
      LICENSE[0]=GPL
         ENTERED=20031027
        KEYWORDS="web http"
           SHORT='An ultrafast, lightweight Web server' 
cat << EOF
Cherokee is a tiny, 
ultrafast, lightweight Web server. It is implemented entirely in C, and has no 
dependencies beyond a standard C library. It is embeddable, extensible with plug-ins, and 
supports on-the-fly configuration by reading files or strings.
EOF
