wok-current diff qb2c/receipt @ rev 25502
Up memtest-efi* (6.01)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 15 09:58:15 2023 +0000 (22 months ago) |
parents | 47d354ec6e62 |
children |
line diff
1.1 --- a/qb2c/receipt Tue Feb 19 18:31:58 2019 +0100 1.2 +++ b/qb2c/receipt Sun Jan 15 09:58:15 2023 +0000 1.3 @@ -11,6 +11,12 @@ 1.4 WGET_URL="${WEB_SITE%/}" 1.5 TAGS="basic C" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed '/qb2c/!d;s|.*qb2c-||;s|.tgz.*||' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {