wok-current diff taglib/receipt @ rev 24830
busybox-1.31.1: inserted CONFIG_FEATURE_SYSLOG_INFO=y in config and config-ssfs
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 24 06:49:50 2022 +0100 (2022-03-24) |
parents | 63de22f6cf26 |
children | 5926178cd6fa |
line diff
1.1 --- a/taglib/receipt Sat Jan 15 15:21:20 2022 +0100 1.2 +++ b/taglib/receipt Thu Mar 24 06:49:50 2022 +0100 1.3 @@ -21,6 +21,12 @@ 1.4 i?86) BUILD_DEPENDS="$BUILD_DEPENDS cmake" ;; 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/tar.gz/!d;s|.*Lib ||;s|<.*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {