toybox: update to 0.7.1.

This commit is contained in:
Steve Prybylski 2016-06-02 21:54:03 -04:00
parent 0f95acdea9
commit 71231642d4

View file

@ -1,13 +1,13 @@
# Template file for 'toybox' # Template file for 'toybox'
pkgname=toybox pkgname=toybox
version=0.7.0 version=0.7.1
revision=1 revision=1
short_desc="A BSD-licensed alternative to busybox" short_desc="A BSD-licensed alternative to busybox"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>" maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="BSD" license="BSD"
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=65428816f88ad3fe92b67df86dc05427c8078fe03843b8b9715fdfa6d29c0f97 checksum=5bb3069f58faf12940d5cfde3209ac7f63210bebdd9023979b0c20cede126ea7
post_extract() { post_extract() {
mkdir toybox mkdir toybox
@ -29,14 +29,14 @@ do_build() {
} }
do_install() { do_install() {
vbin toybox/toybox_unstripped toybox vbin toybox/toybox
vlicense toybox/LICENSE vlicense toybox/LICENSE
} }
toybox-static_package() { toybox-static_package() {
short_desc+=" - statically linked" short_desc+=" - statically linked"
pkg_install() { pkg_install() {
vbin toybox-static/toybox_unstripped toybox.static vbin toybox-static/toybox toybox.static
vlicense toybox-static/LICENSE vlicense toybox-static/LICENSE
} }
} }