diff --git a/srcpkgs/toybox/template b/srcpkgs/toybox/template index b61ff9b60c..c7d07de9c6 100644 --- a/srcpkgs/toybox/template +++ b/srcpkgs/toybox/template @@ -1,13 +1,13 @@ # Template file for 'toybox' pkgname=toybox -version=0.7.0 +version=0.7.1 revision=1 short_desc="A BSD-licensed alternative to busybox" maintainer="Steve Prybylski " license="BSD" homepage="http://www.landley.net/toybox" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz" -checksum=65428816f88ad3fe92b67df86dc05427c8078fe03843b8b9715fdfa6d29c0f97 +checksum=5bb3069f58faf12940d5cfde3209ac7f63210bebdd9023979b0c20cede126ea7 post_extract() { mkdir toybox @@ -29,14 +29,14 @@ do_build() { } do_install() { - vbin toybox/toybox_unstripped toybox + vbin toybox/toybox vlicense toybox/LICENSE } toybox-static_package() { short_desc+=" - statically linked" pkg_install() { - vbin toybox-static/toybox_unstripped toybox.static + vbin toybox-static/toybox toybox.static vlicense toybox-static/LICENSE } }