diff --git a/srcpkgs/toybox/template b/srcpkgs/toybox/template index 161dee13799..10ee85aa5ce 100644 --- a/srcpkgs/toybox/template +++ b/srcpkgs/toybox/template @@ -1,18 +1,18 @@ # Template file for 'toybox' pkgname=toybox -version=0.7.3 +version=0.7.4 revision=1 create_wrksrc=yes -short_desc="A BSD-licensed alternative to busybox" +short_desc="BSD-licensed alternative to busybox" maintainer="Steve Prybylski " -license="BSD" +license="0BSD" homepage="http://www.landley.net/toybox" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz" -checksum=e6469b508224e0d2e4564dda05c4bb47aef5c28bf29d6c983bcdc6e3a0cd29d6 +checksum=49d74ca897501e5c981516719870fe08581726f5c018abe35ef52c6f0de113e7 post_extract() { - mv toybox{-${version},} - cp -r toybox{,-static} + mv toybox-${version} toybox + cp -r toybox toybox-static } do_build() { @@ -26,7 +26,7 @@ do_build() { # toybox-static cd ../toybox-static make defconfig - make ${makejobs} LDFLAGS="--static" toybox + make ${makejobs} LDFLAGS="-static" toybox } do_install() {