wok-current diff squirrelmail/receipt @ rev 24380
blender: added implicite build dependency libboost-locale
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 06 10:08:38 2022 +0100 (2022-02-06) |
parents | 9e01bc6321ea |
children | cb67b4f8be05 |
line diff
1.1 --- a/squirrelmail/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/squirrelmail/receipt Sun Feb 06 10:08:38 2022 +0100 1.3 @@ -14,6 +14,12 @@ 1.4 1.5 DEPENDS="php" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/Released/!d;s|.*SquirrelMail ||;s| Released.*||;q' 1.11 +} 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {