wok-current diff shellinabox/receipt @ rev 24378

blender: added build dependency libboost-locale-dev
author Hans-G?nter Theisgen
date Sun Feb 06 09:51:43 2022 +0100 (2022-02-06)
parents 05c8d8d9d934
children 241fb98cab1c
line diff
     1.1 --- a/shellinabox/receipt	Wed Oct 28 15:17:00 2020 +0000
     1.2 +++ b/shellinabox/receipt	Sun Feb 06 09:51:43 2022 +0100
     1.3 @@ -16,6 +16,12 @@
     1.4  BUILD_DEPENDS="zlib-dev openssl-dev autoconf automake libtool"
     1.5  SUGGESTED="ssh knock"
     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  {