wok diff tcpoverudp/receipt @ rev 25809

Fix gtk+3 dep for libwnck3, thanks Ceel
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 03 16:23:37 2025 +0000 (10 days ago)
parents 4cc1294b46f0
children
line diff
     1.1 --- a/tcpoverudp/receipt	Mon Jun 01 17:36:22 2015 +0200
     1.2 +++ b/tcpoverudp/receipt	Fri Jan 03 16:23:37 2025 +0000
     1.3 @@ -12,6 +12,13 @@
     1.4  
     1.5  DEPENDS="perl"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - 'https://git.jankratochvil.net/?p=tcpoverudp.git;a=history;f=tcpoverudp;hb=HEAD' 2>/dev/null | \
    1.11 +	sed '/td title/!d;s|.*<i>||;s|</i.*||;s|-||g;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {