wok-current view speedometer/receipt @ rev 17689
Add xrdp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 22 18:16:53 2015 +0100 (2015-02-22) |
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 }