wok diff autoblog/receipt @ rev 24069

Add some current_version()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 06 11:01:20 2021 +0000 (2021-07-06)
parents 6e8b1bcb30e2
children b01314c762e9
line diff
     1.1 --- a/autoblog/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/autoblog/receipt	Tue Jul 06 11:01:20 2021 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  EXTRA_SOURCE_FILES="vvb.ini"
     1.5  URLV1="https://sebsauvage.net/streisand.me/download.php"
     1.6  URLV2="http://autoblog.kd2.org/source.txt"
     1.7 -URL="$URLV1"
     1.8 +WGET_URL="$URLV2"
     1.9  WEB_SITE="https://sebsauvage.net/streisand.me/"
    1.10  
    1.11  DEPENDS="php"
    1.12 @@ -20,12 +20,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	[ -s "$SOURCES_REPOSITORY/$TARBALL" ] ||
    1.17 -		wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL
    1.18  	[ -s "$SOURCES_REPOSITORY/vvb.ini" ] ||
    1.19  		wget -O "$SOURCES_REPOSITORY/vvb.ini" \
    1.20  			https://sebsauvage.net/streisand.me/sebsauvage/vvb.ini
    1.21 -	mkdir -p $src 2> /dev/null
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.