wok diff webian-shell/receipt @ rev 25807

dstat: added dependency python-six
author Hans-G?nter Theisgen
date Fri Dec 13 16:28:59 2024 +0100 (6 months ago)
parents df63c4ce07f8
children e309f13b7b70
line diff
     1.1 --- a/webian-shell/receipt	Fri Sep 02 16:30:36 2022 +0000
     1.2 +++ b/webian-shell/receipt	Fri Dec 13 16:28:59 2024 +0100
     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