UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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

Template:
Codename: icu
Source file: icu4c-74_2-src.tgz
Source file size: 26529443
Source file MD5-checkum: 94c0b370f43123ea92b146ebea9c709d
Source directory: icu
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/i/icu4c-74_2-src.tgz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/i/icu4c-74_2-src.tgz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: postfix, dovecot, libxml2, harfbuzz, qt6, webkitgtk3, webkitgtk4, evolution-data-server, tracker, boost, tracker-miners, qt5, gptfdisk, postgresql-client, postgresql-server, libreoffice7, libreoffice24, samba.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd source
autoconf
./configure --prefix=/usr 

Build script:
cd source
make

Install script:
cd source
make install

Arch specific instructions

lib32_amd64

Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

cd source

#build amd64 version

mkdir hostbuild
cp -rfv * hostbuild

cd hostbuild

CROSSDIR="$PWD/crossbuild"

./runConfigureICU Linux --prefix=$CROSSDIR

make
make install

cd ..

#build multilib version

HOSTDIR="$PWD/hostbuild"

CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
./configure --prefix=/usr \
     $ARG_STATIC \
    --with-cross-build=$HOSTDIR \
    --host=i686-pc-linux-gnu \
    --libdir=/usr/lib32

Build script:
cd source
make

Install script:
cd source
make DESTDIR="\$PWD/out" install
cp -rv "\$PWD/out/usr/lib32" /usr