wok-6.x diff speedometer/receipt @ rev 6391
Added zsnes 1.51.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 24 01:41:10 2010 +0000 (2010-09-24) |
parents | |
children | 0014faf9d063 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/speedometer/receipt Fri Sep 24 01:41:10 2010 +0000 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="speedometer" 1.7 +VERSION="2.6" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Measure and display rate of data across a network connection." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +DEPENDS="python python-urwid" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://excess.org/speedometer/" 1.14 +WGET_URL="http://excess.org/speedometer/$TARBALL" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/bin 1.20 + cp $src/speedometer.py $fs/usr/bin/speedometer 1.21 +} 1.22 +