wok diff ekiga/receipt @ rev 25036

gtk-gnutella: binutils 2.34+ support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 13:10:56 2022 +0000 (2022-05-21)
parents a78610b2eb47
children
line diff
     1.1 --- a/ekiga/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/ekiga/receipt	Sat May 21 13:10:56 2022 +0000
     1.3 @@ -17,6 +17,12 @@
     1.4  dbus-glib expat gtk+ libsigc++ libxml2 xorg-libXdamage"
     1.5  TAGS="telephony"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    1.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {