wok-current diff rp-pppoe/receipt @ rev 24363

updated fftw and fftw-dev (3.3.8 -> 3.3.10)
author Hans-G?nter Theisgen
date Fri Feb 04 15:51:08 2022 +0100 (2022-02-04)
parents 3725cb6263da
children 0aa534391a15
line diff
     1.1 --- a/rp-pppoe/receipt	Sun Sep 15 14:21:04 2019 +0100
     1.2 +++ b/rp-pppoe/receipt	Fri Feb 04 15:51:08 2022 +0100
     1.3 @@ -16,6 +16,12 @@
     1.4  
     1.5  HOST_ARCH="i486"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {