wok diff webian-shell/receipt @ rev 25587

Update some web_site / wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 06 11:04:30 2023 +0000 (12 months ago)
parents df63c4ce07f8
children
line diff
     1.1 --- a/webian-shell/receipt	Fri Sep 02 16:30:36 2022 +0000
     1.2 +++ b/webian-shell/receipt	Tue Jun 06 11:04:30 2023 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="MPL2"
     1.5  WEB_SITE="https://webian.org/shell/"
     1.6  TARBALL="${PACKAGE/-/_}_$VERSION-linux_32.tar.gz"
     1.7 -WGET_URL="https://github.com/downloads/webianproject/shell/$TARBALL"
     1.8 +WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
     1.9  
    1.10  DEPENDS="gtk+ nss"
    1.11  BUILD_DEPENDS="wget"
    1.12 @@ -20,6 +20,7 @@
    1.13  	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    1.14  }
    1.15  
    1.16 +# Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  
    1.20 @@ -32,6 +33,7 @@
    1.21  
    1.22  }
    1.23  
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27