wok-next view speedometer/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
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 }