Package: libicu32-dev Version: 3.20 Revision: 1 Source: http://www.opensource.apple.com/darwinsource/tarballs/other/ICU-6.2.4.tar.gz Source-MD5: 479d3f6de8d5817d70d9ff9f5c98615e PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 Conflicts: libicu28, libicu28-dev, libicu30, libicu30-dev, libicu31, libicu31-dev Replaces: libicu28, libicu28-dev, libicu30, libicu30-dev, libicu31, libicu31-dev Depends: macosx (>= 10.4-1) BuildDependsOnly: true NoSetMAKEFLAGS: true SetMAKEFLAGS: -j1 CompileScript: true InstallScript: << #!/bin/sh -ex make DESTDIR="%d" DSTROOT="%d" SRCROOT=`pwd` installhdrs install -d -m 755 %i/bin install -c -m 755 icu-config %i/bin/ install -d -m 755 %i/share/doc/%N << License: BSD Description: Headers for Apple-supplied ICU libraries Maintainer: Benjamin Reed Homepage: http://oss.software.ibm.com/icu/ DescDetail: << The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support). As computing environments become more heterogeneous, software portability becomes more important. ICU lets you produce the same results across all the various platforms you support, without sacrificing performance. It offers great flexibility to extend and customize the supplied services, which include: * Text: Unicode text handling, full character properties and character set conversions (500+ codepages) * Analysis: Unicode regular expressions; full Unicode sets; character, word and line boundaries * Comparison: Language sensitive collation and searching * Transformations: normalization, upper/lowercase, script transliterations (50+ pairs) * Locales: Comprehensive locale data (230+) and resource bundle architecture * Complex Text Layout: Arabic, Hebrew, Indic and Thai * Time: Multi-calendar and time zone * Formatting and Parsing: dates, times, numbers, currencies, messages and rule based Please note that this package is based on the ICU source provided by Apple, as the CoreFoundation kit contains the IBM libICU implementation. <<