. "$GRIMOIRE/FUNCTIONS"
           SPELL=talloc
if [[ $TALLOC_BRANCH == scm ]]
then
         VERSION=$(get_scm_version)
          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.3.1
     SOURCE_HASH=sha512:064fc39a9aaace6e0209f3251c8ff198d8a318b4cf4198006ff9892ca6e15e7d817b2fda43e0444fbbf04d2c3e70d06523dff5d57cbb796d27317ef4759e062e
          SOURCE=$SPELL-$VERSION.tar.gz
#         SOURCE2=${SOURCE/.gz/}.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://samba.org/ftp/talloc/$SOURCE
#  SOURCE2_URL[0]=https://samba.org/ftp/talloc/$SOURCE2
#      SOURCE_GPG=samba.gpg:$SOURCE2:UPSTREAM_KEY
#  SOURCE2_IGNORE=signature
fi
      LICENSE[0]=GPL
        WEB_SITE=https://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
