updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / thc-ipv6 / PKGBUILD
blobcd49ef8c56b502ecc784f2d5023abd3364433fe6
1 # Contributors:
2 # henning mueller <henning@orgizm.net>
4 pkgname=thc-ipv6
5 pkgver=1.8
6 pkgrel=1
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)
12 arch=(i686 x86_64)
13 license=(GPL)
15 build() {
16   cd $srcdir/$pkgname-$pkgver
17   sed -i 's:+=:=:' Makefile
18   make clean all
21 package() {
22   cd $srcdir/$pkgname-$pkgver
23   for bin in $(find . -type f -perm /o+x); do
24     install -D $bin $pkgdir/usr/bin/$bin
25   done