pmaports/cross/busybox-static-armhf/APKBUILD
2018-03-11 15:06:27 +01:00

29 lines
846 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.28.1
pkgrel=0
_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="0b5a22ee4fcf3c4f13629d089943d52edb3abee0cf9cf263f7dc052f67964cd428f7985c57fd3d53560e7f5c1e14acfad50417791cb1c6c4ac8ac270de30cb70 busybox-static-1.28.1-r0-armhf.apk"