           SPELL=icu
if [[ "$ICU_DEV" == 'y' ]]; then
         VERSION=4.4.rc1
              VX=${VERSION//.r/r}
     SOURCE_HASH=sha512:4d80713c1e3a08a9563c138dec476d6b4dcedfbb4b5d27fff6d699c59f0c29c3f4e084fad823b76591b02a6154ac401cf902a799a0f45a26849f5959d148eadd
else
         VERSION=4.2.1
              VX=$VERSION
     SOURCE_HASH=sha512:c2ec0edbdb9a5790e88f7b09c96b31f9b2120bed0c1a575cdabbcc1f9281e6cb137b44707d0ad44f794e6c9abde64c6b76d8cf4818d51459d3fb11c2e10e01dc
fi
          SPELLX=icu4c
        VERSIONX=${VERSION//./_}
          SOURCE=$SPELLX-$VERSIONX-src.tgz

if [[ "$ICU_DOC" == 'y' ]]; then
    SOURCE2_HASH=sha512:
         SOURCE2=$SPELLX-${VERSIONX}-docs.zip
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
            SITE=http://download.icu-project.org/files
   SOURCE_URL[0]=$SITE/$SPELLX/$VX/$SOURCE
        WEB_SITE=http://site.icu-project.org/
      LICENSE[0]=$WEB_SITE/license.jsp
         ENTERED=20030320
        KEYWORDS="unicode libs"
           SHORT="The International Components for Unicode (ICU) libraries."
cat << EOF
The International Components for Unicode (ICU) libraries provide robust and
full-featured Unicode services on a wide variety of platforms. ICU supports
the most current version of the Unicode standard, and they provide support
for supplementary Unicode characters (needed for GB 18030 repertoire support).

As computing environments become more heterogeneous, software portability
becomes more important. ICU lets you produce the same results across all the
various platforms you support, without sacrificing performance. It offers
great flexibility to extend and customize the supplied services, which
include:
  * Text: Unicode text handling, full character properties and character
    set conversions (500+ codepages)
  * Analysis: Unicode regular expressions; full Unicode sets; character,
    word and line boundaries
  * Comparison: Language sensitive collation and searching
  * Transformations: normalization, upper/lowercase, script transliterations
    (50+ pairs)
  * Locales: Comprehensive locale data (230+) and resource bundle architecture
  * Complex Text Layout: Arabic, Hebrew, Indic and Thai
  * Time: Multi-calendar and time zone
  * Formatting and Parsing: dates, times, numbers, currencies, messages and
    rule based
EOF
