wok-6.x diff libgpod/receipt @ rev 24538

updated fbcat (0.5.1 -> 0.5.2)
author Hans-G?nter Theisgen
date Wed Feb 23 15:14:49 2022 +0100 (2022-02-23)
parents 7f9039b62d95
children 870e1ce31226
line diff
     1.1 --- a/libgpod/receipt	Wed Apr 10 17:10:11 2019 +0100
     1.2 +++ b/libgpod/receipt	Wed Feb 23 15:14:49 2022 +0100
     1.3 @@ -15,6 +15,14 @@
     1.4  BUILD_DEPENDS="$DEPENDS glib-dev intltool libffi libplist-dev \
     1.5  	libxml2-dev pkg-config pygobject sqlite-dev zlib-dev"
     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/gtkpod/files/libgpod/ 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|.*/libgpod-||;s|.tar.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {