toybox: update to 0.7.4.

This commit is contained in:
Leah Neukirchen 2017-06-28 15:53:40 +02:00
parent ce754a4654
commit 8f6d5d2327

View file

@ -1,18 +1,18 @@
# Template file for 'toybox' # Template file for 'toybox'
pkgname=toybox pkgname=toybox
version=0.7.3 version=0.7.4
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
short_desc="A BSD-licensed alternative to busybox" short_desc="BSD-licensed alternative to busybox"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>" maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="BSD" license="0BSD"
homepage="http://www.landley.net/toybox" homepage="http://www.landley.net/toybox"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz"
checksum=e6469b508224e0d2e4564dda05c4bb47aef5c28bf29d6c983bcdc6e3a0cd29d6 checksum=49d74ca897501e5c981516719870fe08581726f5c018abe35ef52c6f0de113e7
post_extract() { post_extract() {
mv toybox{-${version},} mv toybox-${version} toybox
cp -r toybox{,-static} cp -r toybox toybox-static
} }
do_build() { do_build() {
@ -26,7 +26,7 @@ do_build() {
# toybox-static # toybox-static
cd ../toybox-static cd ../toybox-static
make defconfig make defconfig
make ${makejobs} LDFLAGS="--static" toybox make ${makejobs} LDFLAGS="-static" toybox
} }
do_install() { do_install() {