diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 1d1db1e6ac5..08e249abc59 100644 Binary files a/dependencies/build-depends.db and b/dependencies/build-depends.db differ diff --git a/templates/icu.tmpl b/templates/icu.tmpl new file mode 100755 index 00000000000..1928541b614 --- /dev/null +++ b/templates/icu.tmpl @@ -0,0 +1,27 @@ +# Template build file for 'icu'. +pkgname=icu +version=4.0 +wrksrc="icu/source" +distfiles="http://download.icu-project.org/files/icu4c/4.0/icu4c-4_0-src@.tgz" +build_style=gnu_configure +make_cmd="$XBPS_MASTERDIR/bin/gmake" +short_desc="Robust and full-featured Unicode services" +maintainer="Juan RP " +checksum=c80dc50b9177b60a0191ea095c4c1c3360d2c6f4 +long_desc=" + The International Components for Unicode(ICU) is a C and C++ library that + provides robust and full-featured Unicode support on a wide variety of + platforms. The library provides: + + - Calendar support + - Character set conversions + - Collation (language-sensitive) + - Date & time formatting + - Locales (140+ supported) + - Message catalogs (resources) + - Message formatting + - Normalization + - Number & currency formatting + - Time zones + - Transliteration + - Word, line & sentence breaks"