Package: tcpdump
Version: 4.9.3
Revision: 1
BuildDepends: libpcap1, openssl300-dev, fink-package-precedence
Depends: libpcap1-shlibs, openssl300-shlibs
Source: http://www.tcpdump.org/release/%n-%v.tar.gz
Source-Checksum: SHA256(2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410)
PatchScript: <<
	# local -I first
	perl -pi -e 's/(\$\(DEFS\))\s+(\$\(INCLS\))/\2 \1/' Makefile.in
<<
ConfigureParams: <<
	--disable-smb \
	--without-smi \
	--without-cap-ng 
<<
# Set CFLAGS to ensure depfiles are built for f-p-p
SetCFLAGS: -MD -g -O2
CompileScript: <<
	./configure %c
	make
	fink-package-precedence --depfile-ext='\.d' .
<<
InstallScript: <<
	make install DESTDIR=%d
<<
DocFiles: CHANGES CREDITS LICENSE README.md VERSION
Description: Dump traffic on a network
DescDetail: <<
This program allows you to dump the traffic on a network. tcpdump is
able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP,
RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types.

It can be used to print out the headers of packets on a network
interface, filter packets that match a certain expression. You can use
this tool to track down network problems, to detect "ping attacks" or to
monitor network activities.
<<
DescPackaging: <<
 Explicitly disable libsmi support because there is currently no smi package
 in Fink, and this way we avoid accidental hidden dependencies if there
 is one in the future.
<<
Maintainer: None <fink-devel@lists.sourceforge.net>
Homepage: http://www.tcpdump.org/
License: BSD