wok-6.x diff espeak/receipt @ rev 24977
created recipe for fslint-lang
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 06 16:54:42 2022 +0100 (2022-05-06) |
parents | e6a4cd87fdcb |
children | 362a5a98467f |
line diff
1.1 --- a/espeak/receipt Sat Oct 05 18:31:33 2019 +0200 1.2 +++ b/espeak/receipt Fri May 06 16:54:42 2022 +0100 1.3 @@ -17,6 +17,14 @@ 1.4 BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/espeak/files/espeak/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;/-source/!d;s|.*espeak-.*espeak-||;s|-source.*||;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {