contrib/speedometer/Pkgfile

15 lines
392 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
# Description: Bandwidth Monitor using Urwid.
# URL: http://excess.org/speedometer/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
# Depends on: urwid
name=speedometer
version=2.4
release=1
source=(http://excess.org/$name/$name.py)
build() {
install -D -m755 -oroot -groot $name.py $PKG/usr/bin/$name
}