UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ 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-77_1-src.tgz
Source file size: 27384265
Source file MD5-checkum: bc0132b4c43db8455d2446c3bae58898
Source directory: icu
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/i/icu4c-77_1-src.tgz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/i/icu4c-77_1-src.tgz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: postfix, dovecot, libxml2, qt6, webkitgtk3, gspell, webkitgtk4, qtwebengine6, !evolution-data-server, libzim, !tracker, boost, !tracker-miners, qt5, gptfdisk, postgresql-client, postgresql-server, harfbuzz, !libreoffice7, libreoffice, samba.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
case $(uname -m) in
  i?86) sed -e "s/U_PLATFORM_IS_LINUX_BASED/__X86_64__ \&\& &/" \
            -i source/test/intltest/ustrtest.cpp ;;
esac

cd source

./configure --prefix=/usr 

Build script:
cd source
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi

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