pmaports/cross/busybox-static-armhf/APKBUILD
2019-01-10 22:26:56 +01:00

29 lines
846 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.29.3
pkgrel=6
_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="06b388168b6787467cf923db0cb29c0cb479ee7ea8bed8a9f8f0b4ce2b1a17de0825c583835e0582466b7ae0396f99e475b09a74c974e284226b0f665ccd9ecb busybox-static-1.29.3-r6-armhf.apk"