wok-next annotate speedometer/receipt @ rev 21326
updated libqmi (1.20.0 -> 1.24.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 15:18:23 2019 +0100 (2019-12-12) |
parents | 3b4e4318134e |
children |
rev | line source |
---|---|
paul@5240 | 1 # SliTaz package receipt. |
paul@5240 | 2 |
paul@5240 | 3 PACKAGE="speedometer" |
paul@13664 | 4 VERSION="2.8" |
paul@5240 | 5 CATEGORY="utilities" |
al@21020 | 6 SHORT_DESC="Measure and display rate of data across a network connection" |
paul@5240 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15593 | 8 LICENSE="LGPL2.1" |
al@21020 | 9 WEB_SITE="http://excess.org/speedometer/" |
al@21020 | 10 |
paul@5240 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@5240 | 12 WGET_URL="http://excess.org/speedometer/$TARBALL" |
paul@5240 | 13 |
al@21020 | 14 genpkg_rules() { |
paul@5240 | 15 mkdir -p $fs/usr/bin |
paul@5240 | 16 cp $src/speedometer.py $fs/usr/bin/speedometer |
al@21020 | 17 DEPENDS="python python-urwid" |
paul@5240 | 18 } |