wok view speedometer/receipt @ rev 18694

Up get-palemoon(25.8.1)
author Richard Dunbar <mojo@slitaz.org>
date Sun Dec 13 15:47:42 2015 -0500 (2015-12-13)
parents 3ff94913cdab
children 934055de50e2
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://excess.org/speedometer/"
11 WGET_URL="http://excess.org/speedometer/$TARBALL"
13 DEPENDS="python python-urwid"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp $src/speedometer.py $fs/usr/bin/speedometer
20 }