29 lines
848 B
Text
29 lines
848 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-armhf
|
|
|
|
pkgname=busybox-static-armhf
|
|
pkgver=1.31.1
|
|
pkgrel=19
|
|
|
|
_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="52affc6bd6579fb739feb2286179a605e6f28e56db3a2562d6fd16f83ae5d182844a46c576776a1f98eab54a7621c7e4dec607283304569df67071ae6eaf7112 busybox-static-1.31.1-r19-armhf.apk"
|