. "$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.3
     SOURCE_HASH=sha512:1e4b90769b9be72421d76bf9149fd0736f43d034b1573ab2dfb5cd613b4fb3fdf67d575f81789851787e1cbbc7353cdfc114cefbccb15fc0f39e222f40aff65f
          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
