wok diff tiptop/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents 870e1ce31226
children d765616e1f3d
line diff
     1.1 --- a/tiptop/receipt	Fri Apr 08 10:34:41 2022 +0000
     1.2 +++ b/tiptop/receipt	Wed Apr 13 10:27:34 2022 +0000
     1.3 @@ -9,11 +9,18 @@
     1.4  WEB_SITE="https://github.com/FeCastle/tiptop"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="${WEB_SITE}releases/$TARBALL"
     1.8 +WGET_URL="http://tiptop.gforge.inria.fr/releases/$TARBALL"
     1.9  
    1.10  DEPENDS="libxml2 ncurses"
    1.11  BUILD_DEPENDS="bison flex libxml2-dev m4 ncurses-dev"
    1.12  
    1.13 +# What is the latest version available today?
    1.14 +current_version()
    1.15 +{
    1.16 +	wget -O - https://raw.githubusercontent.com/FeCastle/tiptop/master/configure.ac 2>/dev/null | \
    1.17 +	sed '/AC_INIT/!d;s|.*.tiptop., .||;s|].*||;q'
    1.18 +}
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {