wok-4.x rev 5240
Add: speedometer
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Apr 10 18:08:11 2010 +0000 (2010-04-10) |
parents | c380ac052603 |
children | fdddd580f15d |
files | speedometer/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/speedometer/receipt Sat Apr 10 18:08:11 2010 +0000 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="speedometer" 1.7 +VERSION="2.6" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Measure and display rate of data across a network connection." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +DEPENDS="python python-urwid" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://excess.org/speedometer/" 1.14 +WGET_URL="http://excess.org/speedometer/$TARBALL" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/bin 1.20 + cp $src/speedometer.py $fs/usr/bin/speedometer 1.21 +} 1.22 +