diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 03:06:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 03:06:51 +0000 |
commit | bee76e1a1e14b56535faf2ef12875a5c0ee56328 (patch) | |
tree | 7d19394e8467e6493677b59355bf54f3ef7f6b69 /ngrep/ngrep_1.41.oe | |
parent | fb03f470127c3e64102c41f5c7985a8022b080d8 (diff) |
Merge bk://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages
2004/03/12 20:37:42-06:00 tuxnami.org!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into zelda.tuxnami.org:/home/kergoth/code/packages
2004/03/12 23:19:14+01:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/03/12 23:19:08+01:00 uni-frankfurt.de!mickey
tell ngrep not to include build headers
BKrev: 40527acbHg6rI1BLoNRMUvcb6NCkVA
Diffstat (limited to 'ngrep/ngrep_1.41.oe')
-rw-r--r-- | ngrep/ngrep_1.41.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ngrep/ngrep_1.41.oe b/ngrep/ngrep_1.41.oe index e69de29bb2..6b2e710ce4 100644 --- a/ngrep/ngrep_1.41.oe +++ b/ngrep/ngrep_1.41.oe @@ -0,0 +1,19 @@ +DESCRIPTION=ngrep strives to provide most of GNU grep's common features, applying them to the network layer. \ +ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. \ +It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, \ +and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop. +SECTION=base +PRIORITY=optional +RDEPENDS=libc6 libpcap +DEPENDS=virtual/libc libpcap pcre + +SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2 + +EXTRA_OECONF = '--with-safe-user --with-restart' +EXTRA_OEMAKE = 'INCLUDES=${S}' + +inherit autotools libtool + +do_install () { + oe_runmake BINDEST="${D}/${bindir}" MANDEST="${D}/${mandir}" +} |