pmaports/cross/busybox-static-armhf/APKBUILD
2019-04-26 21:02:37 +02:00

29 lines
846 B
Text

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
pkgver=1.30.1
pkgrel=1
_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="93a726d01ff8646f4fb1175193b49869f73567cbf7c41a043c6f6d5c60599153873ff21818b894e5068e6a2f9173ec74331cf70b261d6ca7849617a276d60fd1 busybox-static-1.30.1-r1-armhf.apk"