# SliTaz package receipt. PACKAGE="speedometer" VERSION="2.7" CATEGORY="utilities" SHORT_DESC="Measure and display rate of data across a network connection." MAINTAINER="paul@slitaz.org" DEPENDS="python python-urwid" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://excess.org/speedometer/" WGET_URL="http://excess.org/speedometer/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp $src/speedometer.py $fs/usr/bin/speedometer }