updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / throttle / PKGBUILD
blob4f151751c3fac235c3081f3146ae6f32b83addb0
1 # Contributor: Dragonlord <archlinux[at]dragonlord[.]cz>
3 pkgname=throttle
4 pkgver=1.2
5 pkgrel=1
6 pkgdesc="Copies the standard input to the standard output while limiting bandwidth to the specified maximum."
7 arch=('i686')
8 url="http://klicman.org/throttle/"
9 license=('GPL')
10 depends=('glibc')
11 source=(http://klicman.org/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('bb8abf5a9a63ed7d80951f056543a88c')
15 build() {
16   cd "$startdir/src/$pkgname-$pkgver"
18   ./configure --prefix=/usr --mandir=/usr/share/man
19   make || return 1
20   make DESTDIR="$startdir/pkg" install