2008-10-14 09:03:18 +02:00
|
|
|
# Template build file for 'icu'.
|
|
|
|
pkgname=icu
|
2011-03-14 16:27:02 +01:00
|
|
|
version=4.6.1
|
2012-02-09 13:39:55 +01:00
|
|
|
wrksrc=$pkgname
|
|
|
|
build_wrksrc=source
|
2011-03-14 16:27:02 +01:00
|
|
|
distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-4_6_1-src.tgz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-11-12 09:45:15 +01:00
|
|
|
revision=1
|
2008-10-14 09:03:18 +02:00
|
|
|
short_desc="Robust and full-featured Unicode services"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-03-14 16:27:02 +01:00
|
|
|
checksum=6846b5e67bea5cb7f5c4b0208489498a9b14bc34f2d556cc5a99209038644874
|
2008-10-14 09:03:18 +02: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-14 01:41:02 +02:00
|
|
|
- Date and time formatting
|
2008-10-14 09:03:18 +02:00
|
|
|
- Locales (140+ supported)
|
|
|
|
- Message catalogs (resources)
|
|
|
|
- Message formatting
|
|
|
|
- Normalization
|
2009-05-14 01:41:02 +02:00
|
|
|
- Number and currency formatting
|
2008-10-14 09:03:18 +02:00
|
|
|
- Time zones
|
|
|
|
- Transliteration
|
2009-05-14 01:41:02 +02:00
|
|
|
- Word, line and sentence breaks"
|
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel $pkgname-libs"
|
2010-02-26 16:19:50 +01:00
|
|
|
|