toybox: update to 0.8.0.
This commit is contained in:
parent
cbe38b91c2
commit
1f4d78f152
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'toybox'
|
# Template file for 'toybox'
|
||||||
pkgname=toybox
|
pkgname=toybox
|
||||||
version=0.7.8
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="BSD-licensed alternative to busybox"
|
short_desc="BSD-licensed alternative to busybox"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="0BSD"
|
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=4962e16898cb3c6e2719205349c8e6749a30583618a264aa8911f9ad61d998d6
|
checksum=e3ccecd9446db909437427a026c2788f2a96ac7ebc591c95b35df77f4e923956
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv toybox-${version} toybox
|
mv toybox-${version} toybox
|
||||||
|
@ -29,6 +29,14 @@ do_build() {
|
||||||
make ${makejobs} LDFLAGS="-static" toybox
|
make ${makejobs} LDFLAGS="-static" toybox
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd toybox
|
||||||
|
make test
|
||||||
|
|
||||||
|
cd ../toybox-static
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin toybox/toybox
|
vbin toybox/toybox
|
||||||
vlicense toybox/LICENSE
|
vlicense toybox/LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue