summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 00:49:21 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 00:49:21 +0000
commitb33242a202ddb3a58f10998a9d540d8cf3e68391 (patch)
tree7b14eb15741c9a1d740cfbb25d38c9e68f27677c /system
parent18b82cfff0415f64d1e91e921ccd89d450054c96 (diff)
downloadpackages-b33242a202ddb3a58f10998a9d540d8cf3e68391.tar.gz
packages-b33242a202ddb3a58f10998a9d540d8cf3e68391.tar.bz2
packages-b33242a202ddb3a58f10998a9d540d8cf3e68391.tar.xz
packages-b33242a202ddb3a58f10998a9d540d8cf3e68391.zip
system/i*: modernise, fix metadata
Diffstat (limited to 'system')
-rw-r--r--system/icu/APKBUILD10
-rw-r--r--system/iproute2/APKBUILD2
-rw-r--r--system/isl/APKBUILD2
3 files changed, 4 insertions, 10 deletions
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 \
diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD
index 287dfb603..ab8c16d73 100644
--- a/system/iproute2/APKBUILD
+++ b/system/iproute2/APKBUILD
@@ -3,7 +3,7 @@
pkgname=iproute2
pkgver=5.3.0
pkgrel=0
-pkgdesc="IP configuration, routing, and traffic control utilities"
+pkgdesc="Advanced IP routing and network device configuration tools"
url="https://wiki.linuxfoundation.org/networking/iproute2"
arch="all"
# the testsuite in this package seems to be geared towards kernel developers
diff --git a/system/isl/APKBUILD b/system/isl/APKBUILD
index e0f2785d9..27509d8cf 100644
--- a/system/isl/APKBUILD
+++ b/system/isl/APKBUILD
@@ -3,7 +3,7 @@
pkgname=isl
pkgver=0.20
pkgrel=0
-pkgdesc="An Integer Set Library for the Polyhedral Model"
+pkgdesc="Integer Set Library"
url="http://isl.gforge.inria.fr/"
arch="all"
options="!dbg strip" # Static libs only