2008-10-14 07:03:18 +00:00
|
|
|
# Template build file for 'icu'.
|
|
|
|
pkgname=icu
|
2012-07-21 07:51:16 +00:00
|
|
|
version=49.1.2
|
|
|
|
_distver="$(echo $version|sed -e 's|\.|_|g')"
|
|
|
|
revision=1
|
|
|
|
wrksrc=icu
|
2012-02-09 12:39:55 +00:00
|
|
|
build_wrksrc=source
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-07-21 07:51:16 +00:00
|
|
|
subpackages="icu-devel icu-libs"
|
2008-10-14 07:03:18 +00:00
|
|
|
short_desc="Robust and full-featured Unicode services"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-07-21 07:51:16 +00:00
|
|
|
homepage="http://www.icu-project.org/"
|
|
|
|
license="ICU License /usr/share/licenses/icu/license.html"
|
|
|
|
distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${_distver}-src.tgz"
|
|
|
|
checksum=cce83cc88a2ff79d65c05426facbf30530bbe13a1cfda04b3ab81b55414cf5a3
|
2008-10-14 07:03:18 +00:00
|
|
|
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)
|
2009-05-13 23:41:02 +00:00
|
|
|
- Date and time formatting
|
2008-10-14 07:03:18 +00:00
|
|
|
- Locales (140+ supported)
|
|
|
|
- Message catalogs (resources)
|
|
|
|
- Message formatting
|
|
|
|
- Normalization
|
2009-05-13 23:41:02 +00:00
|
|
|
- Number and currency formatting
|
2008-10-14 07:03:18 +00:00
|
|
|
- Time zones
|
|
|
|
- Transliteration
|
2009-05-13 23:41:02 +00:00
|
|
|
- Word, line and sentence breaks"
|
|
|
|
|
2012-07-21 07:51:16 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall $wrksrc/license.html 644 usr/share/licenses/icu
|
|
|
|
}
|