wok diff speedometer/receipt @ rev 23501
updated python-jinja2 (2.7 -> 2.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:57:27 2020 +0100 (2020-04-06) |
parents | 3ff94913cdab |
children | 934055de50e2 |
line diff
1.1 --- a/speedometer/receipt Fri Nov 23 13:37:26 2012 +0000 1.2 +++ b/speedometer/receipt Mon Apr 06 07:57:27 2020 +0100 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 -