wok-next view speedometer/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
parents 3b4e4318134e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="speedometer"
4 VERSION="2.8"
5 CATEGORY="utilities"
6 SHORT_DESC="Measure and display rate of data across a network connection"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://excess.org/speedometer/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://excess.org/speedometer/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/bin
16 cp $src/speedometer.py $fs/usr/bin/speedometer
17 DEPENDS="python python-urwid"
18 }