
Receipt for package "icu"
# SliTaz package receipt. PACKAGE="icu" VERSION="70.1" CATEGORY="system-tools" SHORT_DESC="C, C++ and Java libraries providing Unicode and Globalization." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://icu.unicode.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/unicode-org/$PACKAGE/archive/release-${VERSION/./-}.tar.gz" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/tag\/rel/!d;s|.*tag/[a-z-]*||;s|".*||;s|%2F||;s|-|.|g;q' } DEPENDS="gcc83-lib-base" BUILD_DEPENDS="gcc83" # Rules to configure and make the package. compile_rules() { cd $src/icu4c/source #sed -i 's/dirname -- /dirname/' configure #{ ./configure \ CC=gcc-83 \ CXX=g++-83 \ --disable-samples \ --disable-tests \ --enable-auto-cleanup \ $CONFIGURE_ARGS && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cook_copy_folders bin cook_copy_folders sbin cook_copy_files *.so* cp -a $install/usr/share/icu $fs/usr/share }
6011 packages and 861680 files in cooking database (Sun Aug 10 00:48:19 2025)