void-packages/srcpkgs/icu/template

37 lines
1.1 KiB
Text
Raw Normal View History

# 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
build_style=gnu-configure
2012-07-21 07:51:16 +00:00
subpackages="icu-devel icu-libs"
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
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"
2012-07-21 07:51:16 +00:00
post_install() {
vinstall $wrksrc/license.html 644 usr/share/licenses/icu
}