           SPELL=talloc
if [[ $TALLOC_BRANCH == scm ]]
then
  if [[ "$TALLOC_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=samba4-git.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/samba4-git
   SOURCE_URL[0]=git://git.samba.org/samba.git:samba4
   SOURCE_IGNORE=volatile
else
         VERSION=2.0.6
      SOURCE_HASH=sha512:36f4f055efdbd526540d1ec5a5a2c16ab2934e83899fdded3dba023c54ab525b9eb2a3ffc7ab4466706510fb9f85821bad3eedbaf235be48bfae40805d3742a6
          SOURCE=$SPELL-$VERSION.tar.gz
#         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://samba.org/ftp/talloc/$SOURCE
#  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
#      SOURCE_GPG=C30A4429.gpg:$SOURCE2:UPSTREAM_KEY
#  SOURCE2_IGNORE=signature
fi
      LICENSE[0]=GPL
        WEB_SITE=http://talloc.samba.org/
        KEYWORDS="memory library"
         ENTERED=20090123
           SHORT='A hierarchical pool-based memory allocator with destructors'
cat << EOF
talloc is a hierarchical pool based memory allocator with destructors. It is
the core memory allocator used in Samba4, and has made a huge difference in
many aspects of Samba4 development.
EOF
