diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /ngrep/ngrep_1.41.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ngrep/ngrep_1.41.oe')
-rw-r--r-- | ngrep/ngrep_1.41.oe | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/ngrep/ngrep_1.41.oe b/ngrep/ngrep_1.41.oe index ff00155b60..bd609f67c6 100644 --- a/ngrep/ngrep_1.41.oe +++ b/ngrep/ngrep_1.41.oe @@ -1,16 +1,14 @@ -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. +DESCRIPTION = "ngrep strives to provide most of GNU grep's \ +common features, applying them to the network layer." SECTION = "base" PRIORITY = "optional" RDEPENDS = "libc6 libpcap" DEPENDS = "virtual/libc libpcap pcre" -SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2 +SRC_URI = "${SOURCEFORGE_MIRROR}/ngrep/ngrep-${PV}.tar.bz2" -EXTRA_OECONF = '--with-safe-user --with-restart' -EXTRA_OEMAKE = 'INCLUDES=${S}' +EXTRA_OECONF = "--with-safe-user --with-restart" +EXTRA_OEMAKE = "INCLUDES=${S}" inherit autotools libtool |