wok-current diff gsim51/receipt @ rev 25044
*/stuff/bootloader.S: fix VCPI case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 02 15:48:36 2022 +0000 (2022-06-02) |
parents | 3b3749beba6d |
children | 7dd01dedad38 |
line diff
1.1 --- a/gsim51/receipt Tue Jun 04 11:06:20 2019 +0200 1.2 +++ b/gsim51/receipt Thu Jun 02 15:48:36 2022 +0000 1.3 @@ -15,6 +15,14 @@ 1.4 DEPENDS="ncurses" 1.5 BUILD_DEPENDS="ncurses-dev" 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/gsim51/files/gsim51/ 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;s|.*/gSim51v||;s|.tar.*||;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {