wok diff libevent/receipt @ rev 24376
created recipes for libboost-locale and libboost-locale-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 06 09:40:33 2022 +0100 (2022-02-06) |
parents | bd3720b85732 |
children | 2c34d52f1eca |
line diff
1.1 --- a/libevent/receipt Tue Mar 03 16:10:08 2020 +0100 1.2 +++ b/libevent/receipt Sun Feb 06 09:40:33 2022 +0100 1.3 @@ -16,6 +16,12 @@ 1.4 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*libevent-\(.*\)-stable.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {