contrib/arpwatch/Pkgfile
2009-09-16 23:21:13 +02:00

20 lines
545 B
Plaintext

# 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://64.251.30.248/mirror_t2/8.0/a/$name-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
}