name='icu'

version='75.1'
release='6'
This commit is contained in:
Евгений Храмов 2024-07-27 15:33:09 +03:00
parent e45f773979
commit 3652e080ec

@ -1,6 +1,6 @@
name='icu' name='icu'
version='75.1' version='75.1'
release='5' release='6'
desc='International Components for Unicode library.' desc='International Components for Unicode library.'
homepage='https://icu.unicode.org' homepage='https://icu.unicode.org'
maintainer="Евгений Храмов <xpamych@yandex.ru>" maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -36,7 +36,9 @@ build() {
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--sbindir=/usr/bin --sbindir=/usr/bin \
--enable-static \
--enable-shared
make -j$(($(nproc) - 1)) make -j$(($(nproc) - 1))
} }