wok diff orpheus/receipt @ rev 25797
created recipe for garcon-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 17:04:51 2024 +0100 (4 months ago) |
parents | 505d1daeed6c |
children |
line diff
1.1 --- a/orpheus/receipt Thu May 19 10:39:49 2022 +0000 1.2 +++ b/orpheus/receipt Wed Oct 23 17:04:51 2024 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="ncurses libvorbis libogg libxml2 zlib" 1.5 BUILD_DEPENDS="autoconf automake libvorbis-dev libogg-dev ncurses-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.11 + sed '/orpheus/!d;s|.*orpheus-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {