diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 42be8c83dea..08280b44069 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,12 +1,13 @@ # Build template for 'busybox'. pkgname=busybox -version=1.18.4 -revision=3 -distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2" +version=1.18.5 +homepage="http://www.busybox.net" +distfiles="${homepage}/downloads/busybox-$version.tar.bz2" build_style=custom-install short_desc="The Swiss Army Knife of Embedded Linux" maintainer="Juan RP " -checksum=4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa +license="GPL-2" +checksum=10954fcd5c48d8a262a3497b16227bf983a05658bf2bf661af2fdeca773f2fc0 long_desc=" BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you @@ -17,8 +18,8 @@ long_desc=" environment for any small or embedded system." bootstrap=yes -replaces="busybox-initramfs>=0" Add_dependency run glibc + if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then Add_dependency build coreutils fi @@ -31,5 +32,5 @@ do_build() do_install() { - install -D -m755 busybox ${DESTDIR}/bin/busybox + vinstall busybox 755 bin }