wok-current diff phproxy/receipt @ rev 24569
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 18:46:53 2022 +0000 (2022-02-26) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/phproxy/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/phproxy/receipt Sat Feb 26 18:46:53 2022 +0000 1.3 @@ -15,6 +15,12 @@ 1.4 DEPENDS="php" 1.5 BUILD_DEPENDS="p7zip" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - "$WEB_SITE" 2>/dev/null | \ 1.10 + sed '/PHProxy/!d;s|.*PHProxy ||;s| .*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {