           SPELL=talloc
if [[ $TALLOC_SCM == y ]]
then
  if [[ "$TALLOC_SCM_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.5
          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
      SOURCE_HASH=sha512:8e08125b14dc3f18a16eeec2521f9431529946059c777e23f8a296c91360047a59a3e202b9d83e9eed29bd5eb1ff6dc9e22086ec27a9b47989afb4607781295d
#  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
