1 # Contributor: solsTiCe d'Hiver <solstice.dhiver@gmail.com>
6 pkgdesc="proxy that shape the TCP traffic forwarded through it to a specified bandwidth"
8 url="http://www.stewart.com.au/ip_relay/"
11 source=(http://www.stewart.com.au/ip_relay/ip_relay-$pkgver.tgz)
12 md5sums=('5b6761ceee4eaa13028e7a7e8c194c1c')
15 cd $srcdir/$pkgname-$pkgver
16 mkdir -p $pkgdir/usr/{bin,share/doc/ip_relay}
17 install -m755 ip_relay.pl $pkgdir/usr/bin
18 install -m755 README $pkgdir/usr/share/doc/ip_relay