X-Git-Url: http://gitweb/?a=blobdiff_plain;f=icu%2FPkgfile;h=b528afe27cf7ba6eec6489c4f3fb112e39cd842b;hb=b0b7364a8b92670b4d8c0796ca5e368f14778da0;hp=c32bf9410596d4dce2e8d40259f00dc16610bba8;hpb=d8b5a597ac8d9f214d430e1cf57175ab01f0f969;p=ports%2Fopt-arm.git diff --git a/icu/Pkgfile b/icu/Pkgfile index c32bf94..b528afe 100644 --- a/icu/Pkgfile +++ b/icu/Pkgfile @@ -5,17 +5,13 @@ # Packager: Younes Hafri, ycrux at club-internet dot fr name=icu -version=58.2 +version=64.2 release=1 -source=(http://download.icu-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz - icu-58.1-remove-bashisms.patch icu-58.1-iterator.patch) +source=(https://ssl.icu-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) build() { cd icu/source - patch -p1 -i $SRC/icu-58.1-remove-bashisms.patch - patch -p1 -i $SRC/icu-58.1-iterator.patch - # icu tries to use clang by default [ "$CC" ] || export CC=gcc [ "$CXX" ] || export CXX=g++ @@ -28,5 +24,5 @@ build() { --disable-tests make - make DESTDIR=$PKG install + make -j1 DESTDIR=$PKG install }