1 # Contributor: Dragonlord <archlinux[at]dragonlord[.]cz>
6 pkgdesc="Copies the standard input to the standard output while limiting bandwidth to the specified maximum."
8 url="http://klicman.org/throttle/"
11 source=(http://klicman.org/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('bb8abf5a9a63ed7d80951f056543a88c')
16 cd "$startdir/src/$pkgname-$pkgver"
18 ./configure --prefix=/usr --mandir=/usr/share/man
20 make DESTDIR="$startdir/pkg" install