wok annotate speedometer/receipt @ rev 19503
Up firefox-official (50.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 17 16:45:54 2016 +0200 (2016-11-17) |
parents | 3ff94913cdab |
children | 934055de50e2 |
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" |
paul@5240 | 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" |
paul@5240 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@5240 | 10 WEB_SITE="http://excess.org/speedometer/" |
paul@5240 | 11 WGET_URL="http://excess.org/speedometer/$TARBALL" |
paul@5240 | 12 |
pascal@15593 | 13 DEPENDS="python python-urwid" |
pascal@15593 | 14 |
paul@5240 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@5240 | 16 genpkg_rules() |
paul@5240 | 17 { |
paul@5240 | 18 mkdir -p $fs/usr/bin |
paul@5240 | 19 cp $src/speedometer.py $fs/usr/bin/speedometer |
paul@5240 | 20 } |