           SPELL=gmime
if [[ "$GMIME_22BRANCH" == "y" ]]; then
         VERSION=2.2.26
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
         VERSION=3.2.7
          SOURCE=$SPELL-$VERSION.tar.xz
     SOURCE_HASH=sha256:2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44:UPSTREAM_HASH
  SECURITY_PATCH=1
fi
          BRANCH=`echo $VERSION|cut -d . -f 1,2` 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/gmime/${BRANCH}/$SOURCE
        DOC_DIRS=""
      LICENSE[0]=GPL
        WEB_SITE=http://spruce.sourceforge.net/gmime/
         ENTERED=20040821
        KEYWORDS="libs"
           SHORT="Library and tools for working with MIME."
cat << EOF
The GMime suite provides a core library and set of utilities which may be used
for the creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME), as defined by the following RFCs:

* 0822: Standard for the Format of Arpa Internet Text Messages
* 1521: MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for
Specifying and Describing the Format of Internet Message Bodies
* 1847: Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted
* 1864: The Content-      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
* 2015: MIME Security with Pretty Good Privacy (PGP)
* 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format
of Internet
Message Bodies
* 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
* 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header
Extensions for Non-ASCII Text
* 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: Registration
Procedures
* 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance
Criteria and Examples
* 2183: Communicating Presentation Information in Internet Messages: The
Content-Disposition Header Field
* 2184: MIME Parameter Value and Encoded Word Extensions: Character Sets,
Languages,
and Continuations
* 2231: MIME Parameter Value and Encoded Word Extensions: Character Sets,
Languages,
and Continuations (Obsoletes rfc2184)
* 3156: MIME Security with OpenPGP (Updates rfc2015)
EOF
