arpwatch _unstable_ port information

Package: arpwatch
Version: 2.1a13
Revision: 1
BuildDepends: libpcap, fink (>= 0.24.12-1)
Depends: libpcap-shlibs, daemonic
Source: ftp://ftp.ee.lbl.gov/%n-%v.tar.gz
SourceDirectory: arpwatch-%v
Source-MD5: b9ff9739cdd2c0e9807b2d05860e4811
UpdateConfigGuess: true
PatchFile: %n.patch
PatchFile-MD5: d0443bb5c2bc9cca6740af9824f7c4aa
SetCFLAGS: -L%p/lib -DBIND_8_COMPAT
CompileScript: <<
./configure %c
#patch -p1 < %a/%n.patch
#perl -pi.bak -e '$p=qw(%p);s/\@PREFIX\@/$p/' Makefile
make
<<
#
InstallScript: <<
mkdir -p %i/sbin
mkdir -p %i/share/man/man8
mkdir -p %i/var/arpwatch
make install prefix=%i
make install-man prefix=%i/share
cp ethercodes.dat %i/var/arpwatch
<<
#
PostInstScript: touch %p/var/arpwatch/arp.dat
DocFiles: CHANGES INSTALL README
#
DaemonicFile: <<

arpwatch
arpwatch


%p/sbin/arpwatch -f %p/var/arpwatch/arp.dat
%p/var/arpwatch/arp.dat



<<
#
PreRmScript: <<
# clean up
if [ $1 != "upgrade" ]; then
daemonic remove arpwatch
fi
<<
#
Description: Program monitors mac/ip address pairings
DescDetail: <<
This directory contains source code for arpwatch and arpsnmp, tools
that monitors ethernet or fddi activity and maintain a database of
ethernet/ip address pairings. It also reports certain changes via
email.
<<
#
DescUsage: <<
email is sent to root. in order to receive this email, do the following:
(1) uncomment the line #O AliasFile=/etc/mail/aliases in /etc/mail/sendmail.cf
(2) create a file /etc/mail/aliases containing one line
root: YourUserName
(3) run sendmail -bi
<<

License: BSD
Homepage: http://www-nrg.ee.lbl.gov/nrg.html
Maintainer: None