[buildout]
parts = icu4c

[icu4c]
recipe = slapos.recipe.cmmi
shared = true
location = @@LOCATION@@
url = https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz
md5sum = fac212b32b7ec7ab007a12dff1f3aea1
configure-command = source/configure
configure-options =
  --prefix=${:location}
  --disable-static
  --enable-rpath
patches =
  ${:_profile_base_location_}/fix-glibc2.26-ftbfs.patch#f1622be16964029fc66a70b8f9e1693c

[icu]
<= icu4c

[icu4c-58.2]
<= icu4c