UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit:
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-74_2-src.tgz
Source directory: icu
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/i/icu4c-74_2-src.tgz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/i/icu4c-74_2-src.tgz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libxml2, harfbuzz, qt6, webkitgtk3, webkitgtk4, evolution-data-server, tracker, boost, tracker-miners, qt5, gptfdisk, postfix, dovecot, 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
Apache/2.4.62 (Debian) Server at ulfs.org Port 443