2 # henning mueller <henning@orgizm.net>
7 pkgdesc='A complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6, and includes an easy to use packet factory library.'
8 url=http://freeworld.thc.org/thc-ipv6/
9 source=(http://dl.packetstormsecurity.net/groups/thc/$pkgname-$pkgver.tar.gz)
10 md5sums=(ae5d4180dae0763d315493ac7c825033)
11 depends=(libpcap openssl)
16 cd $srcdir/$pkgname-$pkgver
17 sed -i 's:+=:=:' Makefile
22 cd $srcdir/$pkgname-$pkgver
23 for bin in $(find . -type f -perm /o+x); do
24 install -D $bin $pkgdir/usr/bin/$bin