1 # Contributor: Mike Roberts <noodlesgc@gmail.com>
5 pkgdesc="Mausezahn is a free fast traffic generator written in C which allows you to send nearly every possible and impossible packet."
7 url="http://www.perihel.at/sec/mz/"
9 depends=('cmake' 'libnet' 'libpcap' 'libcli')
10 source=(http://www.perihel.at/sec/mz/mz-$pkgver.tar.gz)
11 md5sums=('d3d959c92cbf3d81224f5b2f8409e9d8')
16 cmake . -DCMAKE_INSTALL_PREFIX=/usr
18 make DESTDIR="$pkgdir/" install