wok-next view speedometer/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents 3b4e4318134e
children
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 WEB_SITE="http://excess.org/speedometer/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://excess.org/speedometer/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/bin
16 cp $src/speedometer.py $fs/usr/bin/speedometer
17 DEPENDS="python python-urwid"
18 }