wok-next view speedometer/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
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 }