pmaports/cross/busybox-static-armhf/APKBUILD
2018-01-29 20:01:24 +01:00

29 lines
843 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.27.2
pkgrel=8
_arch="armhf"
_mirror="https://nl.alpinelinux.org/alpine/"
url="http://busybox.net"
license="GPL2"
arch="all"
options="!check !strip"
pkgdesc="Statically linked Busybox for $_arch"
_target="$(arch_to_hostspec $_arch)"
source="
busybox-static-$pkgver-r$pkgrel-$_arch.apk::$_mirror/edge/main/$_arch/busybox-static-$pkgver-r$pkgrel.apk
"
package() {
mkdir -p "$pkgdir/usr/$_target"
cd "$pkgdir/usr/$_target"
tar -xf $srcdir/busybox-static-$pkgver-r$pkgrel-$_arch.apk
rm .PKGINFO .SIGN.*
}
sha512sums="d8a96377b6ab2d3f1d03b72803fa5c801996fda509772de6b98421b85979abf461a5f6651629dc5bb9623a4790b3ef3f693685673dadae4d96d8b1f5b1ef7e52 busybox-static-1.27.2-r8-armhf.apk"