wok diff libgpod/receipt @ rev 24478

Typos in BootProg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 18 10:06:45 2022 +0000 (2022-02-18)
parents 7f9039b62d95
children 870e1ce31226
line diff
     1.1 --- a/libgpod/receipt	Wed Apr 10 17:10:11 2019 +0100
     1.2 +++ b/libgpod/receipt	Fri Feb 18 10:06:45 2022 +0000
     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  {