Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17749/10.4-pangocairo/unstable/main/finkinfo/net

Added Files:
      Tag: pangocairo-branch
        tcpslice.info tcpslice.patch 
Log Message:
some more syncing public <-> pangocairo


--- NEW FILE: tcpslice.info ---
Package: tcpslice
Version: 1.1a3
Revision: 1
Depends: libpcap-shlibs
BuildDepends: fink (>= 0.28.0), libpcap
#Source: http://www.tcpdump.org/other/tcpslice.tar.Z
Source: ftp://ftp.ee.lbl.gov/old/%n-%v.tar.Z
Source-MD5: f7275a21af915b00c7a5e527d09e038c
#SourceDirectory: %n-%v
UpdateConfigGuess: true
PatchFile: %n.patch
PatchFile-MD5: 6bfdce23a6fc4956bbba024153ad7399
PatchScript: <<
patch -p1 < %{PatchFile}
sed 20q tcpslice.c > COPYING
<<
InstallScript: <<
make install prefix=%i
make install-man prefix=%i
<<
ConfigureParams: --mandir='${prefix}/share/man'
Description: Extracts portions of tcpdump packet traces
DescDetail: <<
tcpslice is a tool for extracting portions of packet trace files generated
using tcpdump's -w flag.
<<
DescPort: <<
        Makefile: remove -o and -g flags to install
<<
Maintainer: Thomas Kho <[EMAIL PROTECTED]>
Homepage: http://www.tcpdump.org/related.html
License: BSD
DocFiles: COPYING README

--- NEW FILE: tcpslice.patch ---
diff -aur tcpslice-1.1a3.orig/Makefile.in tcpslice-1.1a3/Makefile.in
--- tcpslice-1.1a3.orig/Makefile.in     1997-01-23 22:25:22.000000000 -0800
+++ tcpslice-1.1a3/Makefile.in  2008-02-05 18:22:33.000000000 -0800
@@ -94,10 +94,12 @@
 
 
 install: force
-       $(INSTALL) -m 555 -o bin -g bin tcpslice $(DESTDIR)$(BINDEST)
+       $(INSTALL) -d $(DESTDIR)$(BINDEST)
+       $(INSTALL) tcpslice $(DESTDIR)$(BINDEST)
 
 install-man: force
-       $(INSTALL) -m 444 -o bin -g bin $(srcdir)/tcpslice.1 \
+       $(INSTALL) -d $(DESTDIR)$(MANDEST)/man1
+       $(INSTALL) -m 644 $(srcdir)/tcpslice.1 \
            $(DESTDIR)$(MANDEST)/man1
 
 lint: $(GENSRC) force


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to