pmaports/cross/busybox-static-armhf/APKBUILD

30 lines
846 B
Text
Raw Normal View History

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
2018-09-28 07:23:49 +00:00
pkgver=1.29.3
pkgrel=4
_arch="armhf"
_mirror="http://dl-cdn.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="57dcc67e055686b4281d1f07f04b8ebf9739cce079f3002067da76f1d2c271b5d7f149e07dcc17863d09040e17fb80876ed62aac4392ec3629c5b38bfcf25251 busybox-static-1.29.3-r4-armhf.apk"