From 445538646d95c7dfec0560027a86456c01a0ff9e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Jul 2011 22:59:19 +0200 Subject: [PATCH] busybox: update to 1.18.5 --- srcpkgs/busybox/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 42be8c83de..08280b4406 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 }