. "$GRIMOIRE/FUNCTIONS"
           SPELL=castfs
if [[ $CASTFS_BRANCH == scm ]]
then
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-git.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
      SOURCE_URL=git://repo.or.cz/castfs.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=0.6.1
      PATCHLEVEL=5
          SOURCE=${SPELL}-${VERSION}.tar.bz2
         SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
      SOURCE_URL=http://download.sourcemage.org/distro/misc/$SOURCE
     SOURCE2_URL=http://download.sourcemage.org/distro/misc/$SOURCE2
      SOURCE_GPG="gurus.gpg:${SOURCE2}:VERIFIED_UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
fi
            DOCS="doc/*.html ${DOCS}"
        DOC_DIRS=""
        WEB_SITE=http://www.sourcemage.org
         ENTERED=20060929
      LICENSE[0]=GPL
        KEYWORDS="filesystems smgl"
           SHORT="Fuse filesystem used for staging packages."
cat << EOF
castfs is a fuse filesystem written in C and is used for capturing filesystem 
calls for your root filesystem and staging any modifications or additions to 
the root filesystem.
EOF
