wok-6.x diff bmon/receipt @ rev 25170

updated python, python-dev and python-idle (2.7.17 -> 2.7.18)
author Hans-G?nter Theisgen
date Fri Jul 01 15:56:11 2022 +0100 (2022-07-01)
parents da2364efb6fb
children
line diff
     1.1 --- a/bmon/receipt	Tue Feb 12 13:58:21 2019 +0100
     1.2 +++ b/bmon/receipt	Fri Jul 01 15:56:11 2022 +0100
     1.3 @@ -14,6 +14,12 @@
     1.4  DEPENDS="libnl ncursesw"
     1.5  BUILD_DEPENDS="wget autoconf automake libconfuse glib libnl-dev ncursesw-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.10 +	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {