pmaports/cross/busybox-static-armhf/APKBUILD

30 lines
846 B
Text
Raw Normal View History

# Automatically generated aport, do not edit!
# Generator: pmbootstrap aportgen busybox-static-armhf
pkgname=busybox-static-armhf
2018-09-28 07:23:49 +00:00
pkgver=1.29.3
pkgrel=7
_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="cdb82fb7faa86f7166069fccfdc56ab4e8e431596351db2071702481068fe99f53135429454329c84d600797e45f4921e2b4a244674dd624ac714bc155bdddfe busybox-static-1.29.3-r7-armhf.apk"