29 lines
846 B
Text
29 lines
846 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-armhf
|
|
|
|
pkgname=busybox-static-armhf
|
|
pkgver=1.28.2
|
|
pkgrel=3
|
|
|
|
_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="5eeb8c2b22af2d5bc0cecb3dc625dc53b0699dbf6a7dbbc1ff6d4eaaa11cb7bbe9734fab1eebac90a1a7715b695385e4052f31763ce1ca245e6064a7b1750463 busybox-static-1.28.2-r3-armhf.apk"
|