. "$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.1.1 SOURCE_HASH=sha512:92aac5e5a759c65733260152980f798a5bf06bcbe8a58c23cbae91dd741306c097499a063410c4fa01f1b25db7d965666f94e1c181922694ed3f638a312d809d 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 .