wok diff eduke32/receipt @ rev 25526
created recipe for lua5.1-mpack 1.0.9
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 25 07:18:33 2023 +0100 (20 months ago) |
parents | 3705d68ed8f3 |
children |
line diff
1.1 --- a/eduke32/receipt Sat Feb 24 12:51:10 2018 +0100 1.2 +++ b/eduke32/receipt Sat Feb 25 07:18:33 2023 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="libsdl libsdl-mixer libvorbis gtk+ eduke32-data" 1.5 BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm mesa-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 '/folder.png/!d;s|.*href="||;s|/".*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {