CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
icu: updated to 63.1
[ports/opt-arm.git] / icu / Pkgfile
index c32bf9410596d4dce2e8d40259f00dc16610bba8..a8ef17aa3613a265a522b62e39d2e429ddfc96e3 100644 (file)
@@ -5,17 +5,13 @@
 # Packager: Younes Hafri, ycrux at club-internet dot fr
 
 name=icu
-version=58.2
+version=63.1
 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
 }