Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv16143
Added Files:
arpwatch-2.1a11-2.info arpwatch-2.1a11-2.patch
Removed Files:
arpwatch-2.1a11-1.info arpwatch-2.1a11-1.patch
Log Message:
added SetCFLAGS: -L%p/lib
--- NEW FILE: arpwatch-2.1a11-2.info ---
Package: arpwatch
Version: 2.1a11
Revision: 2
BuildDepends: libxml2, gdbm, gmp, expat, tcltk-dev
Depends: libpcap, daemonic
Source: ftp://ftp.ee.lbl.gov/%n-%v.tar.gz
SourceDirectory: arpwatch-%v
UpdateConfigGuess: true
Patch: %f.patch
SetCFLAGS: -L%p/lib
CompileScript: <<
./configure %c
#patch -p1 < %a/%f.patch
#perl -pi -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: README VERSION INSTALL
#
DaemonicFile: <<
<service>
<description>arpwatch</description>
<message>arpwatch</message>
<daemon name="arpwatch">
<executable>%p/sbin/arpwatch -f %p/var/arpwatch/arp.dat</executable>
<configfile>%p/var/arpwatch/arp.dat</configfile>
</daemon>
</service>
<<
#
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: Kilian Koepsell <[EMAIL PROTECTED]>
--- NEW FILE: arpwatch-2.1a11-2.patch ---
diff -ru arpwatch-2.1a11/Makefile.in arpwatch-2.1a11-patched/Makefile.in
--- arpwatch-2.1a11/Makefile.in Thu Jun 15 01:39:55 2000
+++ arpwatch-2.1a11-patched/Makefile.in Sat Jan 12 22:41:51 2002
@@ -44,7 +44,7 @@
CC = @CC@
PROG = arpwatch
CCOPT = @V_CCOPT@
-INCLS = -I. @V_INCLS@
+INCLS = -I. @V_INCLS@ -I@prefix@/include
DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
# Standard CFLAGS
@@ -110,13 +110,13 @@
$(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil
install: force
- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
+ $(INSTALL) -m 555 -o root -g wheel arpwatch $(DESTDIR)$(BINDEST)
+ $(INSTALL) -m 555 -o root -g wheel arpsnmp $(DESTDIR)$(BINDEST)
install-man: force
- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \
+ $(INSTALL) -m 444 -o root -g wheel $(srcdir)/arpwatch.8 \
$(DESTDIR)$(MANDEST)/man8
- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpsnmp.8 \
+ $(INSTALL) -m 444 -o root -g wheel $(srcdir)/arpsnmp.8 \
$(DESTDIR)$(MANDEST)/man8
lint: $(GENSRC) force
--- arpwatch-2.1a11-1.info DELETED ---
--- arpwatch-2.1a11-1.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits