           SPELL=courier-unicode
         VERSION=2.4.0
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
  SOURCE2_IGNORE=signature
   SOURCE_URL[0]=http://downloads.sourceforge.net/project/courier/${SPELL}/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:0ebb0562d67ec1ff9babdf42c317180b1250bef64fcc154b2ec25da29f0e3c0c2263892c8881a365090434eac8f551e2b4ec4ad708f609d5ec8a57fd037dca5b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.courier-mta.org/"
      LICENSE[0]=GPL
         ENTERED=20150719
           SHORT="unicode library for the courier mta"
cat << EOF
 This library implements several algorithms related to the Unicode
Standard:

  * Look up uppercase, lowercase, and titlecase equivalents of a unicode
    character.

  * Implementation of grapheme and work breaking rules.

  * Implementation of line breaking rules.

  * Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as “&amp;”, for
    example), and determining the normal width or a double-width status of
    a unicode character. Also, an adaptation of the iconv(3) API for this
    unicode library.

  * Look up Unicode script property.

This library also implements C++ bindings for these algorithms.
EOF
