wok diff speedometer/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 3ff94913cdab
children 934055de50e2
line diff
     1.1 --- a/speedometer/receipt	Fri Nov 23 13:37:26 2012 +0000
     1.2 +++ b/speedometer/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Measure and display rate of data across a network connection."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python python-urwid"
     1.8 +LICENSE="LGPL2.1"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://excess.org/speedometer/"
    1.11  WGET_URL="http://excess.org/speedometer/$TARBALL"
    1.12  
    1.13 +DEPENDS="python python-urwid"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/bin
    1.19  	cp $src/speedometer.py $fs/usr/bin/speedometer
    1.20  }
    1.21 -