wok-6.x diff apngasm/receipt @ rev 24567
sokojs: add shrink.sh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 15:02:05 2022 +0000 (2022-02-26) |
parents | e32fb43ef973 |
children |
line diff
1.1 --- a/apngasm/receipt Tue Dec 31 13:42:49 2019 +0100 1.2 +++ b/apngasm/receipt Sat Feb 26 15:02:05 2022 +0000 1.3 @@ -16,6 +16,12 @@ 1.4 BUILD_DEPENDS="cmake libboost-filesystem-dev libboost-program-options-dev 1.5 libboost-regex-dev libboost-system-dev libpng-dev zlib-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {