wok diff glibc/receipt @ rev 25161

created recipe for py3k-pillow
author Hans-G?nter Theisgen
date Fri Jul 01 10:04:47 2022 +0100 (24 months ago)
parents 2a47d3b3f4de
children d79ed38ace18
line diff
     1.1 --- a/glibc/receipt	Fri Jul 17 11:18:27 2020 +0000
     1.2 +++ b/glibc/receipt	Fri Jul 01 10:04:47 2022 +0100
     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  {