Upgraded base/exiv2 to 0.27.5 Upgraded base/gdbm to 1.23 Upgraded base/gettext to 0.21.1 Upgraded base/git to 2.30.8 Upgraded base/glib to 2.70.3 Fixed build option in base/gnutls Upgraded base/htop to 3.2.2 Upgraded base/icu to 72.1 Upgraded base/iptables to 1.8.9, discarded old patches Upgraded base/libarchive to 3.6.2 Upgraded base/logrotate to 3.21.0 Upgraded base/make to 4.4 Discarded obsolete build options and fixed configure.local of base/mandoc Upgraded base/mozilla-nss to 3.87 and nspr which is part of it to 4.35 Upgraded base/openssl to 1.1.1t Added sha512 checksum for tar lzip file inside base/tar
37 lines
No EOL
817 B
Text
Executable file
37 lines
No EOL
817 B
Text
Executable file
app=icu
|
|
version=72.1
|
|
build=1sml
|
|
homepage="http://www.icu-project.org/"
|
|
download="https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz"
|
|
desc="International Components for Unicode"
|
|
requires="gcc-libs python3"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf "$app"
|
|
|
|
sversion="$(echo $version | sed 's/\./_/g')"
|
|
tar xf $srcdir/icu4c-$sversion-src.tar.lz
|
|
cd icu
|
|
fixbuilddirpermissions
|
|
|
|
cd source
|
|
CFLAGS="$CFLAGS" \
|
|
./configure \
|
|
--prefix="" \
|
|
--sbindir=/bin \
|
|
--disable-tests \
|
|
--disable-samples \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp ../LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
2d4b77236520b97135d540da6a672795d45f3bf2b0b5cc924d178491761e1f16de6fa8ab5ab9726d2f81ba214c670f2ca2d2c44b59eccda6e9500f97b2b48b30 icu4c-72_1-src.tar.lz
|
|
" |