# Contributors: # henning mueller pkgname=thc-ipv6 pkgver=1.8 pkgrel=1 pkgdesc='A complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6, and includes an easy to use packet factory library.' url=http://freeworld.thc.org/thc-ipv6/ source=(http://www.thc.org/releases/$pkgname-$pkgver.tar.gz) md5sums=(ae5d4180dae0763d315493ac7c825033) depends=(libpcap openssl) arch=(i686 x86_64) license=(GPL) build() { cd $srcdir/$pkgname-$pkgver sed -i 's:+=:=:' Makefile make clean all } package() { cd $srcdir/$pkgname-$pkgver for bin in $(find . -type f -perm /o+x); do install -D $bin $pkgdir/usr/bin/$bin done }