wok diff perl-dev/receipt @ rev 24119
Add javascript-boulderdash
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 04 18:07:23 2021 +0000 (2021-10-04) |
parents | 93cfbe138cae |
children |
line diff
1.1 --- a/perl-dev/receipt Tue Mar 10 08:35:31 2020 +0100 1.2 +++ b/perl-dev/receipt Mon Oct 04 18:07:23 2021 +0000 1.3 @@ -14,6 +14,12 @@ 1.4 WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL" 1.5 PROVIDE="perl" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/version-highlight/!d;s|.*">||;s|<.*||;q' 1.11 +} 1.12 + 1.13 # Rules to compile & install the temporary toolchain. 1.14 cook_tmp_toolchain() 1.15 {