wok diff gcc3/receipt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | 27f3dea23598 |
children | d79ed38ace18 |
line diff
1.1 --- a/gcc3/receipt Mon Dec 17 12:19:32 2018 +0100 1.2 +++ b/gcc3/receipt Mon Jun 06 10:49:51 2022 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 BUILD_DEPENDS="gawk" 1.5 DEPENDS="gcc" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $GNU_MIRROR/$SOURCE 2>/dev/null | \ 1.11 + sed '/gcc-3/!d;s|.*gcc-||;s|.t.*||;s|/.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {