wok diff glibc/receipt @ rev 25050
Up memtest-efi* (6.00b2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 20:41:29 2022 +0000 (2022-06-04) |
parents | 2a47d3b3f4de |
children | d79ed38ace18 |
line diff
1.1 --- a/glibc/receipt Fri Jul 17 11:18:27 2020 +0000 1.2 +++ b/glibc/receipt Sat Jun 04 20:41:29 2022 +0000 1.3 @@ -16,6 +16,13 @@ 1.4 # Genpkg order for tazwok. 1.5 COOK_OPT="genpkg=glibc-base:glib-locale:glibc-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed '/href="glibc-[0-9]/!d;/tar/!d;s|.*>glibc-||;s|.tar.*||' | \ 1.11 + sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to compile & install the temporary toolchain. 1.15 cook_tmp_toolchain() 1.16 {