           SPELL=orage
if [[ $ORAGE_STABLE == y ]]; then
         VERSION=4.8.3
      PATCHLEVEL=1
          BRANCH=`echo $VERSION | cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
     SOURCE_HASH=sha512:5a7aea002bdbf9fef3e32e85dcb94315a1b13494689ae4add277ca053067d3192a7eb43538654148de75fc03e884df1de2d8f7a2593cadbdc687252f6941789f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
else
         VERSION=4.5.91.1
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://www.kolumbus.fi/~w408237/$SPELL/$SOURCE
     SOURCE_HASH=sha512:ca63365e4b4f30b92e715beab51fc12a8ec85dd51a5d05e5bee6dd4ed2fc70b2e8af89c039fa9ebbc528d67054ea2a9db9f94333a6b411380d4721477ceda8f9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-svn"
fi
        WEB_SITE=http://www.kolumbus.fi/~w408237/orage/
      LICENSE[0]=GPL
         ENTERED=20070123
        KEYWORDS="xfce"
           SHORT="calendar for the Xfce Desktop Environment"
cat << EOF
Orage provides a calendar which integrates nicely into the Xfce desktop 
environment. It is highly configurable and supports alerts based on dates. It
warns you with popup or audio alarm. As it is an application kind-of every day
use it launches itself in the background as a daemon.
EOF
