Added icu-4.0 template.

--HG--
extra : convert_revision : 3fc4a54fe5b144cf4d341a73213d5800f59d8e6b
This commit is contained in:
Juan RP 2008-10-14 09:03:18 +02:00
parent b52d064544
commit 6547c9bef2
2 changed files with 27 additions and 0 deletions

Binary file not shown.

27
templates/icu.tmpl Executable file
View File

@ -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 <xtraeme@gmail.com>"
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"