updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / yersinia / PKGBUILD
blobcb4044a1d0037cfcdb3140df4e0e391ad8bfe580
1 # Contributor: Pranay Kanwar <warl0ck@metaeye.org>
3 pkgname=yersinia
4 pkgver=0.7.1
5 pkgrel=1
6 pkgdesc="Yersinia is a network tool designed to take advantage of some weakness in different network protocols"
7 url="http://www.yersinia.net/"
8 depends=('libpcap' 'libnet')
9 license="GPL"
10 arch=(i686)
12 source=(http://www.yersinia.net/download/$pkgname-$pkgver.tar.gz)
13 md5sums=('dd3b79a625482961fe4e8bd96edff179')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap
18   make || return 1
19   make DESTDIR=$startdir/pkg install