. "$GRIMOIRE/FUNCTIONS" SPELL=mutt PATCH_DIRECTORY=$SCRIPT_DIRECTORY/patches case $MUTT_BRANCH in scm) VERSION=$(get_scm_version) SOURCE=$SPELL-mercurial.tar.bz2 SOURCE_URL[0]=hg_http://dev.mutt.org/hg/mutt:$SPELL-mercurial:HEAD FORCE_DOWNLOAD=on SOURCE_IGNORE=volatile SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-mercurial ;; devel) VERSION=1.5.23 SOURCE=${SPELL}-${VERSION}.tar.gz SOURCE2=${SOURCE}.asc SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/devel/${SOURCE} SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE} SOURCE_URL[2]=https://bitbucket.org/${SPELL}/${SPELL}/downloads/${SOURCE} SOURCE2_URL[0]=${SOURCE_URL[0]}.asc SOURCE2_URL[1]=${SOURCE_URL[1]}.asc SOURCE2_URL[2]=${SOURCE_URL[2]}.asc SOURCE_GPG=mutt.gpg:${SOURCE2} SOURCE2_IGNORE=signature SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} SECURITY_PATCH=1 ;; *) VERSION=1.4.2.3 SOURCE=${SPELL}-${VERSION}.tar.gz SOURCE2=${SOURCE}.asc SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/${SOURCE} SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE} SOURCE2_URL[0]=${SOURCE_URL[0]}.asc SOURCE2_URL[1]=${SOURCE_URL[1]}.asc SOURCE_GPG=mutt.gpg:${SOURCE2} SOURCE2_IGNORE=signature SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} SECURITY_PATCH=1 ;; esac WEB_SITE=http://www.mutt.org/ ENTERED=20010922 LICENSE=GPL KEYWORDS="mail" SHORT="mutt is a text-based MIME mail client." cat << EOF Mutt is a small but very powerful text-based MIME mail client. It is highly configurable, and is well-suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, regular expression searches, and a powerful pattern matching language for selecting groups of messages. This spell contains various optional patches for each branch of mutt. For details on any of the patches, see: http://wiki.mutt.org/index.cgi?PatchList EOF