toybox: update to 0.7.1.
This commit is contained in:
parent
0f95acdea9
commit
71231642d4
1 changed files with 4 additions and 4 deletions
|
@ -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 <sa.prybylx@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue