wok-6.x annotate speedometer/receipt @ rev 9706
gcc: one more fix to remove gcc-build in genpkg_rules
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 20:23:16 2011 +0200 (2011-05-08) |
parents | 18a06bee1c0a |
children | 3ff94913cdab |
rev | line source |
---|---|
paul@5240 | 1 # SliTaz package receipt. |
paul@5240 | 2 |
paul@5240 | 3 PACKAGE="speedometer" |
paul@7800 | 4 VERSION="2.7" |
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 |