diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /ngrep/ngrep_1.41.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'ngrep/ngrep_1.41.oe')
-rw-r--r-- | ngrep/ngrep_1.41.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ngrep/ngrep_1.41.oe b/ngrep/ngrep_1.41.oe index 6b2e710ce4..ff00155b60 100644 --- a/ngrep/ngrep_1.41.oe +++ b/ngrep/ngrep_1.41.oe @@ -1,11 +1,11 @@ -DESCRIPTION=ngrep strives to provide most of GNU grep's common features, applying them to the network layer. \ +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 +SECTION = "base" +PRIORITY = "optional" +RDEPENDS = "libc6 libpcap" +DEPENDS = "virtual/libc libpcap pcre" SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2 |