1 # Maintainer: Paul Nicholson <brenix@gmail.com>
2 # Contributor: Francesco Piccinno <stack.box@gmail.com>
7 pkgdesc="Monitor ARP changes in ethernet networks"
9 url="http://www.arpalert.org/"
12 source=(http://www.arpalert.org/src/$pkgname-$pkgver.tar.gz)
13 md5sums=('4b2b7682b27c7f260716f59ecfa50ecc')
16 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/ --exec-prefix=/usr \
18 --includedir=/usr/include \
19 --datarootdir=/usr/share
21 make DESTDIR="$pkgdir" install