wok diff busybox/receipt @ rev 22822

Add emu8051
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 06 12:27:36 2020 +0100 (2020-02-06)
parents 7f2789b79625
children 539876c71561
line diff
     1.1 --- a/busybox/receipt	Thu Oct 31 18:29:38 2019 +0100
     1.2 +++ b/busybox/receipt	Thu Feb 06 12:27:36 2020 +0100
     1.3 @@ -24,6 +24,12 @@
     1.4  	arm*) BUILD_DEPENDS="bzip2" ;;
     1.5  esac
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.11 +}
    1.12 +
    1.13  # Busybox patches
    1.14  apply_bb_patchs()
    1.15  {