pmaports/cross/busybox-static-armhf/APKBUILD
2018-05-14 23:46:37 +02: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.3
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="1318a21e59ae4773eb44c6af33decbf5177c679c0cc6c6b23e28f19114b7d8a7d9b021ff0e21f29390cbc5ea0973462952b7af112e5e739ccd2763d42cedd0f7 busybox-static-1.28.3-r0-armhf.apk"