29 lines
846 B
Text
29 lines
846 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen busybox-static-armv7
|
|
|
|
pkgname=busybox-static-armv7
|
|
pkgver=1.30.1
|
|
pkgrel=1
|
|
|
|
_arch="armv7"
|
|
_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="207d8e677b1706cf158af4679c38524aa8fa130ca28777b16a3f7bca65b191d1caddeb2ba7b97197c268450d20af91245aee1cf714c6a1230cdfc7549b02b273 busybox-static-1.30.1-r1-armv7.apk"
|