wok annotate speedometer/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 0014faf9d063
children 3b4e4318134e
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"
paul@5240 8 DEPENDS="python python-urwid"
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
paul@5240 13 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@5240 14 genpkg_rules()
paul@5240 15 {
paul@5240 16 mkdir -p $fs/usr/bin
paul@5240 17 cp $src/speedometer.py $fs/usr/bin/speedometer
paul@5240 18 }
paul@5240 19