pmaports/cross/busybox-static-armhf/APKBUILD
2017-08-03 02:22:28 +02:00

29 lines
843 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.27.0
pkgrel=3
_arch="armhf"
_mirror="https://nl.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="1882bfb4213de333ba9f94783d25e3b867f5eb3de6d2e9c90523d7640622798d01c32f6e5a45b6d9a0978f90809b613e186f1eca58d2ab268e763d8066cea3a9 busybox-static-1.27.0-r3-armhf.apk"