name='icu'
version='75.1' release='6'
This commit is contained in:
parent
e45f773979
commit
3652e080ec
10
icu/alr.sh
10
icu/alr.sh
@ -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>"
|
||||||
@ -34,9 +34,11 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
cd icu/source
|
cd icu/source
|
||||||
./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))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user