29 lines
848 B
Text
29 lines
848 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-armv7
|
|
|
|
pkgname=busybox-static-armv7
|
|
pkgver=1.31.1
|
|
pkgrel=11
|
|
|
|
_arch="armv7"
|
|
_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="3ea90f09a4986574d6abe2e1753acaa70e2d9b0b04148aa9a1183c7915800015ca99346e020b9344ddc02d27d4263b4762de5bfb2a584bbf23d25db8f8cec31a busybox-static-1.31.1-r11-armv7.apk"
|