PKGBUILDs/community/speedometer/PKGBUILD

20 lines
519 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Jeff Mickey <j@codemac.net>
pkgname=speedometer
pkgver=2.6
pkgrel=1
pkgdesc="Measure and display the rate of data across a network connection or data being stored in a file."
arch=('i686' 'x86_64')
url="http://excess.org/speedometer/"
license=('GPL')
depends=('python-urwid')
source=(http://excess.org/$pkgname/$pkgname.py)
md5sums=('04871f7f1d23a1aedce4361a1f5d6403')
build() {
cd ${srcdir}
install -D -m755 $pkgname.py ${pkgdir}/usr/bin/$pkgname
}