wok-current diff cairo-dock-plugins/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 613b75574469 |
children |
line diff
1.1 --- a/cairo-dock-plugins/receipt Tue Jan 07 07:24:36 2020 +0100 1.2 +++ b/cairo-dock-plugins/receipt Thu Mar 14 20:28:39 2024 +0000 1.3 @@ -16,6 +16,12 @@ 1.4 dbus-dev dbus-glib-dev gtk+3-dev gtkglext-dev librsvg-dev 1.5 libxml2-dev mesa-dev wayland-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/down*} 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 {