diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index bce73c61873..bd9acdde2e8 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,6 +1,6 @@ -# Build template for 'busybox'. +# Template file for 'busybox' pkgname=busybox -version=1.28.3 +version=1.28.4 revision=1 hostmakedepends="perl" checkdepends="zip" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="GPL-2.0-only" homepage="http://www.busybox.net" distfiles="${homepage}/downloads/busybox-$version.tar.bz2" -checksum=ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e +checksum=e3c14a3699dc7e82fed397392957afc78e37bdf25398ac38ead6e84621b2ae6a alternatives=" awk:awk:/usr/bin/busybox @@ -48,10 +48,12 @@ do_configure() { sed -i "s/\(#define AUTOCONF_TIMESTAMP\).*/\1 \"$d\"/" */include/autoconf.h fi } + do_build() { make -C busybox SKIP_STRIP=y ${makejobs} make -C busybox-static SKIP_STRIP=y ${makejobs} } + do_check() { # Copy the testsuite into the busybox and it's static counterpart # directory @@ -74,6 +76,7 @@ do_check() { SKIP_KNOWN_BUGS=yes ./runtest -v ) } + do_install() { vbin busybox/busybox_unstripped busybox vman busybox/docs/busybox.1