wok diff libboost-dev/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
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	Fri May 20 10:31:08 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.