milis/talimatname/genel/i/icu/talimat

24 lines
605 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Unicode Uluslararası Bileşenleri, olgun ve yaygın olarak kullanılan C / C ++ kitaplıkları kümesidir
# URL: http://www.icu-project.org/
# Paketçi: milisarge
# Gerekler:
isim=icu
surum=59.1
devir=1
kaynak=(http://download.icu-project.org/files/icu4c/$surum/icu4c-${version//./_}-src.tgz)
derle() {
cd icu/source
sed -i 's/xlocale/locale/' i18n/digitlst.cpp
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--sbindir=/usr/bin
make
make -k check
make -j1 DESTDIR=$PKG install
install -Dm644 ${SRC}/icu/LICENSE ${PKG}/usr/share/licenses/icu/LICENSE
}