Recipe for installing ICU into a buildout
=========================================

The zc.recipe.icu recipe installs the International Component for
Unicode (ICU) library into a `buildout
<http://www.python.org/pypi/zc.buildout>`_.

The recipe takes a single option, version::

   [icu]
   recipe = zc.recipe.icu
   version = 3.2


