. "$GRIMOIRE/FUNCTIONS" SPELL=samba4 if [[ "$SAMBA4_BRANCH" == "scm" ]]; then VERSION=$(get_scm_version) SOURCE=$SPELL-git.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL SOURCE_IGNORE=volatile else VERSION=4.14.6 SOURCE_HASH=sha512:0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2 SECURITY_PATCH=5 SOURCE=${SPELL/4}-$VERSION.tar.gz # SOURCE2=${SPELL/4}-${VERSION}.tar.asc # SOURCE2_IGNORE=signature SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION SOURCE_URL[0]=https://download.samba.org/pub/samba/stable/$SOURCE fi PATCHLEVEL=1 LICENSE[0]=GPL WEB_SITE=https://www.samba.org/ KEYWORDS="net" ENTERED=20090120 SHORT="File and print services to SMB/CIFS clients" DOCS="Manifest Read-Manifest-Now Roadmap WHATSNEW.txt examples/" cat << EOF SMB server to provide Windows NT and LAN manager-style file and print services to SMB clients such as Windows. A NetBIOS nameserver which can provide browsing support. A ftp-like SMB client for accessing PC resources from Unix. EOF