wok diff orpheus/receipt @ rev 25656

Up fwknop (2.6.11)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 09 11:08:06 2024 +0000 (7 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	Fri Feb 09 11:08:06 2024 +0000
     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  {