busybox: update to 1.18.5
This commit is contained in:
parent
9aca294d1b
commit
445538646d
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Build template for 'busybox'.
|
# Build template for 'busybox'.
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
version=1.18.4
|
version=1.18.5
|
||||||
revision=3
|
homepage="http://www.busybox.net"
|
||||||
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
|
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa
|
license="GPL-2"
|
||||||
|
checksum=10954fcd5c48d8a262a3497b16227bf983a05658bf2bf661af2fdeca773f2fc0
|
||||||
long_desc="
|
long_desc="
|
||||||
BusyBox combines tiny versions of many common UNIX utilities into a single
|
BusyBox combines tiny versions of many common UNIX utilities into a single
|
||||||
small executable. It provides replacements for most of the utilities you
|
small executable. It provides replacements for most of the utilities you
|
||||||
|
@ -17,8 +18,8 @@ long_desc="
|
||||||
environment for any small or embedded system."
|
environment for any small or embedded system."
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
replaces="busybox-initramfs>=0"
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||||
Add_dependency build coreutils
|
Add_dependency build coreutils
|
||||||
fi
|
fi
|
||||||
|
@ -31,5 +32,5 @@ do_build()
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
install -D -m755 busybox ${DESTDIR}/bin/busybox
|
vinstall busybox 755 bin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue