wok diff libboost-dev/receipt @ rev 24881

updated matio and matio-dev (1.5.18 -> 1.5.22)
author Hans-G?nter Theisgen
date Thu Mar 31 16:31:10 2022 +0100 (2022-03-31)
parents 754c91ee3cea
children d3556b8f5c3d
line diff
     1.1 --- a/libboost-dev/receipt	Sat Mar 30 10:43:29 2019 +0100
     1.2 +++ b/libboost-dev/receipt	Thu Mar 31 16:31:10 2022 +0100
     1.3 @@ -30,6 +30,14 @@
     1.4  	signal system test thread tr1 wave }"
     1.5  
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/boost/files/boost/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/boost/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  # Uses boost:build building tool for the compilation:
    1.17  #   Doesn't use DESTDIR.