From b33242a202ddb3a58f10998a9d540d8cf3e68391 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 00:49:21 +0000 Subject: system/i*: modernise, fix metadata --- system/icu/APKBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'system/icu/APKBUILD') diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD index 7676fbf2b..6c3b36a27 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -7,14 +7,14 @@ pkgver=63.1 _ver=$(printf '%s' "$pkgver" | tr . _) pkgrel=1 -pkgdesc="International Components for Unicode library" +pkgdesc="International Components for Unicode" url="http://site.icu-project.org/" arch="all" license="ICU" -subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" depends="" checkdepends="diffutils" makedepends="" +subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" source="https://ssl.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz icu-60.2-always-use-utf8.patch checkimpl.patch @@ -32,7 +32,6 @@ source="https://ssl.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src builddir="$srcdir"/icu/source prepare() { - cd "$builddir" default_prepare update_config_sub @@ -51,7 +50,6 @@ prepare() { } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -66,14 +64,10 @@ build() { } check() { - # armhf tests fail with gensprep: Bus error - [ "$CARCH" != armhf ] || return 0 - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install chmod +x "$pkgdir"/usr/bin/icu-config install -Dm644 "$srcdir"/icu/license.html \ -- cgit v1.2.3-60-g2f50