tcptrace stable port information

Package: tcptrace
Version: 6.6.7
Revision: 1
Source: http://jarok.cs.ohiou.edu/software/%n/download/%n-%v.tar.gz
Source-MD5: 68128dc1817b866475e2f048e158f5b9

Maintainer: Lars Eggert
Homepage: http://jarok.cs.ohiou.edu/software/tcptrace/
License: GPL
Description: Analyses TCP dump files

Depends: libpcap-shlibs
BuildDepends: libpcap, fink (>= 0.24.12)

PatchFile: %n.patch
PatchFile-MD5: a141e3ccb216a0b24528a63677afe9e8
PatchScript: <<
sed -e "s|__PP__|%p|" %{PatchFile} | patch -p1
<<

DocFiles: <<
ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list
README.modules README.tline_graphs README.tput_graphs
README.version README.xpl2gpl THANKS WWW dot_tcptracerc
<<

InstallScript: <<
mkdir -p %i/bin %i/share/man/man1
install %n %i/bin/
install xpl2gpl %i/bin/
install %n.man %i/share/man/man1/%n.1
<<

tcptrace stable port .patch

--- tcptrace-6.6.7/Makefile.in 2004-03-04 21:33:56.000000000 +0100
+++ tcptrace-6.6.7/Makefile.in 2006-03-02 13:52:59.000000000 +0100
@@ -34,8 +34,8 @@
#
##################################################################
PCAP_LDLIBS = @V_PCAP_LDLIBS@
-PCAP_INCS = -I/usr/local/include -I. -I../pcap -I/usr/include/pcap
-PCAP_LDFLAGS = -L/usr/local/lib -Llib -Lpcap -L../pcap -L./cygwin-libs
+PCAP_INCS = -I__PP__/include
+PCAP_LDFLAGS = -L__PP__/lib



tcptrace _unstable_ port .patch