3a8cddc219
The packages were rebuilt in Alpine, so update the checksums. Also point to a deterministic mirror URL instead of CDN, so it won't randomly fail depending on which (possibly outdated) mirror CDN gives. Related: pmbootstrap!1963
34 lines
946 B
Text
34 lines
946 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-armv7
|
|
|
|
# Stub for apkbuild-lint
|
|
if [ -z "$(type -t arch_to_hostspec)" ]; then
|
|
arch_to_hostspec() { :; }
|
|
fi
|
|
|
|
pkgname=busybox-static-armv7
|
|
pkgver=1.32.0
|
|
pkgrel=0
|
|
|
|
_arch="armv7"
|
|
_mirror="http://dl-2.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-edge.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-edge.apk
|
|
rm .PKGINFO .SIGN.*
|
|
}
|
|
|
|
sha512sums="f4d7c7dc428e2d9b470b514cbe886223758d77bed7b40a90fa1da1078b593620f657404b6502282f2b700b15962ee8a137d8e57e969dab1c1bfddc085447bc48 busybox-static-1.32.0-r0-armv7-edge.apk"
|