1
0
forked from ports/contrib

20 lines
545 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Monitors MAC Adresses on your network.
# URL: http://freequaos.host.sk/arpwatch/
2008-03-05 23:38:56 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2007-01-20 12:21:06 +10:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# Depends on: libpcap
2006-11-14 09:01:22 +10:00
name=arpwatch
2008-03-05 23:38:56 +01:00
version=1.7
2006-11-14 09:01:22 +10:00
release=1
2014-05-06 21:38:56 +02:00
source=(http://freequaos.host.sk/arpwatch/arpwatch-NG$version.tar.bz2)
2006-11-14 09:01:22 +10:00
build() {
2006-11-20 07:26:53 +10:00
cd $name-NG$version
./configure --prefix=/usr
2008-03-05 23:38:56 +01:00
install -d -m 0755 $PKG/usr/{man/man8,sbin}
2006-11-20 07:26:53 +10:00
make && make DESTDIR=$PKG install
2008-03-05 23:38:56 +01:00
install -d -m 0755 $PKG/usr/sbin
2006-11-14 09:01:22 +10:00
}