aboutsummaryrefslogtreecommitdiffstats
path: root/testing/toybox
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2019-06-04 12:47:43 +0200
committerAndré Klitzing <aklitzing@gmail.com>2019-06-04 12:47:43 +0200
commita255b8b75f36817a73c859fa7cddd77492e007c9 (patch)
treedaed2ea8e2060e13c1e5a488c3b752f3a28c51a1 /testing/toybox
parent299b24fe50f986638acb95b25376a7932d7cf856 (diff)
testing/toybox: upgrade to 0.8.1
Diffstat (limited to 'testing/toybox')
-rw-r--r--testing/toybox/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/testing/toybox/APKBUILD b/testing/toybox/APKBUILD
index bcaa31941bd..8fb0354a5b1 100644
--- a/testing/toybox/APKBUILD
+++ b/testing/toybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
# Contributor: André Klitzing <aklitzing@gmail.com>
pkgname=toybox
-pkgver=0.7.7
+pkgver=0.8.1
pkgrel=0
pkgdesc="A BSD-licensed alternative to busybox"
arch="all"
@@ -11,22 +11,18 @@ depends="attr"
makedepends="bash linux-headers"
subpackages="$pkgname-doc"
source="https://landley.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
+ scripts/genconfig.sh
make defconfig
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
-
#chmod 755 toybox
#make PREFIX="$pkgdir" install
@@ -34,4 +30,4 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="89369662eaf48bb52909f49932b98395eed6e672f6a37387819a02ba9c33f6b737686782ca3bf0ed0f9b60e1e2fff88ad1ebb678999582986acfec371d100827 toybox-0.7.7.tar.gz"
+sha512sums="22f91046c75f986e44927ec89feab6c6afa1f614e5b0eae73e43f6ccd5c4328991ad283858fb1a5cb4d697806f38b8ab81782c160860a2c34ecbef3885636d5e toybox-0.8.1.tar.gz"