wok diff easytag/receipt @ rev 24134

Up lzsa (1.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 28 18:03:20 2021 +0000 (2021-10-28)
parents bc6263eb0ffe
children
line diff
     1.1 --- a/easytag/receipt	Fri Jan 17 10:27:22 2020 +0100
     1.2 +++ b/easytag/receipt	Thu Oct 28 18:03:20 2021 +0000
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="flac gcc-lib-base gtk+3 id3lib libid3tag libvorbis xorg-libXdamage"
     1.5  BUILD_DEPENDS="expat-dev gtk+3-dev id3lib id3lib-dev itstool libid3tag-dev"
     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  {