UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

icu

The International Components for Unicode (ICU) package is a mature, widely used set of C/C++ libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms.

Package info

Codename: icu
Source file: icu4c-62_1-src.tgz
Source directory: icu
Package URL: https://umvirt.com/linux/downloads/0.1/packages/i/icu4c-62_1-src.tgz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/i/icu4c-62_1-src.tgz.md5sum
Dependances: llvm.
Dependance of: dovecot, harfbuzz, evolution-data-server, mozjs-gnome, webkitgtk, libboost, qt4, libreoffice, qt5.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd source                                    &&

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr $ARG_STATIC

Build script:
make

Install script:
make install