mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/busybox to 1.31.1-1.1
This commit is contained in:
parent
3445dba08c
commit
cd2d76b21e
1 changed files with 4 additions and 5 deletions
|
@ -2,17 +2,16 @@
|
||||||
# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
|
# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
|
||||||
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
|
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# remove when bumped upstream
|
||||||
# - don't build with musl-gcc
|
|
||||||
|
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
pkgver=1.31.1
|
pkgver=1.31.1
|
||||||
pkgrel=1
|
pkgrel=1.1
|
||||||
pkgdesc="Utilities for rescue and embedded systems"
|
pkgdesc="Utilities for rescue and embedded systems"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="https://www.busybox.net"
|
url="https://www.busybox.net"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=("ncurses")
|
makedepends=("ncurses" "musl" "kernel-headers-musl")
|
||||||
validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
|
validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
|
||||||
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
|
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
|
||||||
"config")
|
"config")
|
||||||
|
@ -29,7 +28,7 @@ build() {
|
||||||
cp "$srcdir"/config .config
|
cp "$srcdir"/config .config
|
||||||
# reproducible build
|
# reproducible build
|
||||||
export KCONFIG_NOTIMESTAMP=1
|
export KCONFIG_NOTIMESTAMP=1
|
||||||
make
|
make CC=musl-gcc
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue