forked from ports/contrib
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
|
|
# 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
|
|
}
|