updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / mausezahn / PKGBUILD
blobf6e0a20e70d8b3f4c6cc5ec89fc5136267d41c87
1 # Contributor: Mike Roberts <noodlesgc@gmail.com>
2 pkgname=mausezahn
3 pkgver=0.40
4 pkgrel=1
5 pkgdesc="Mausezahn is a free fast traffic generator written in C which allows you to send nearly every possible and impossible packet."
6 arch=('i686' 'x86_64')
7 url="http://www.perihel.at/sec/mz/"
8 license=('GPL')
9 depends=('cmake' 'libnet' 'libpcap' 'libcli')
10 source=(http://www.perihel.at/sec/mz/mz-$pkgver.tar.gz)
11 md5sums=('d3d959c92cbf3d81224f5b2f8409e9d8')
13 build() {
14   cd "mz-$pkgver/"
16   cmake . -DCMAKE_INSTALL_PREFIX=/usr
17   make || return 1
18   make DESTDIR="$pkgdir/" install