pmaports/cross/busybox-static-armhf/APKBUILD
2017-08-04 01:39:03 +02: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.0
pkgrel=4
_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="f1fe7ec607a30ed24aa0abc5265361cc4def6502600baea69848120c874383c77f8c145b946e64ce3ba2b990958a32b612d3eba920b009940cf2f08f734689c8 busybox-static-1.27.0-r4-armhf.apk"