wok diff xarchive/receipt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents 8b8fae260ab7
children 7dd01dedad38
line diff
     1.1 --- a/xarchive/receipt	Thu Feb 09 12:37:49 2017 +0100
     1.2 +++ b/xarchive/receipt	Mon Jun 13 19:39:39 2022 +0000
     1.3 @@ -15,6 +15,13 @@
     1.4  DEPENDS="gtk+ xorg-libXdamage"
     1.5  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    1.10 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.11 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q"
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.ls sr	
    1.15  compile_rules()
    1.16  {