1 # Contributor: nofxx <x@nofxx.com>
5 pkgdesc="Internetwork Routing Protocol Attack Suite."
7 url="http://phenoelit-us.org/irpas"
13 source=(http://phenoelit-us.org/irpas/$pkgname\_$pkgver.tar.gz)
14 md5sums=('314670e9d239694cdd4e1f529b63959b')
19 #Copying executables to /usr/bin...
20 install -d $startdir/pkg/usr/bin
21 for binary in dhcpx itrace tctrace ass file2cable dfkaa cdp hsrp icmp_redirect\
22 igrp irdp irdpresponder netenum netmask protos timestamp; do
23 install -Dm755 ${binary} ${startdir}/pkg/usr/bin/${binary} || return 1