           SPELL=darktable
if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
         VERSION=1.0.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/1.0/${SOURCE}
     SOURCE_HASH=sha512:b1541817bf5b281da3c12375b60f4d3d93e5c3e3bf322659fbcdb9ccca0fc2443eb33c345bcfb6a3febe538d9b403407e9142f22226817e8b9398b7a30351d3b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
else
if [[ "$DARKTABLE_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
  FORCE_DOWNLOAD=on
          SOURCE="${SPELL}-git.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
   SOURCE_URL[0]=git://darktable.git.sourceforge.net/gitroot/darktable/darktable
   SOURCE_IGNORE=volatile
fi
        WEB_SITE="http://www.darktable.org"
      LICENSE[0]=GPL
         ENTERED=20120121
           SHORT="an open source photography workflow application and RAW developer"
cat << EOF
darktable is an open source photography workflow application and RAW developer.
A virtual lighttable and darkroom for photographers. It manages your digital
negatives in a database, lets you view them through a zoomable lighttable
and enables you to develop raw images and enhance them.
EOF
