# Description: Monitors MAC Adresses on your network. # URL: http://freequaos.host.sk/arpwatch/ # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: James Mills, prologic at shortcircuit dot net dot au # # Depends on: libpcap name=arpwatch version=1.7 release=1 source=(http://freequaos.host.sk/arpwatch/arpwatch-NG$version.tar.bz2) build() { cd $name-NG$version ./configure --prefix=/usr install -d -m 0755 $PKG/usr/{man/man8,sbin} make && make DESTDIR=$PKG install install -d -m 0755 $PKG/usr/sbin }