31 lines
940 B
Text
31 lines
940 B
Text
# Template build file for 'icu'.
|
|
pkgname=icu
|
|
version=4.6.1
|
|
wrksrc=$pkgname
|
|
build_wrksrc=source
|
|
distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-4_6_1-src.tgz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="Robust and full-featured Unicode services"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=6846b5e67bea5cb7f5c4b0208489498a9b14bc34f2d556cc5a99209038644874
|
|
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 and time formatting
|
|
- Locales (140+ supported)
|
|
- Message catalogs (resources)
|
|
- Message formatting
|
|
- Normalization
|
|
- Number and currency formatting
|
|
- Time zones
|
|
- Transliteration
|
|
- Word, line and sentence breaks"
|
|
|
|
subpackages="$pkgname-devel $pkgname-libs"
|
|
|