From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] sngrep: new package
Date: Tue, 24 Jan 2017 14:10:38 -0500 [thread overview]
Message-ID: <20170124191038.30470-1-aduskett@codeblue.com> (raw)
sngrep is a tool for displaying SIP calls message flows from terminal.
It supports live capture to display realtime SIP packets and can also
be used as PCAP viewer.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
package/Config.in | 1 +
package/sngrep/Config.in | 13 +++++++++++++
package/sngrep/sngrep.hash | 1 +
package/sngrep/sngrep.mk | 14 ++++++++++++++
4 files changed, 29 insertions(+)
create mode 100644 package/sngrep/Config.in
create mode 100644 package/sngrep/sngrep.hash
create mode 100644 package/sngrep/sngrep.mk
diff --git a/package/Config.in b/package/Config.in
index 2bcb5d2..502c171 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1622,6 +1622,7 @@ endif
source "package/shairport-sync/Config.in"
source "package/shellinabox/Config.in"
source "package/smcroute/Config.in"
+ source "package/sngrep/Config.in"
source "package/socat/Config.in"
source "package/socketcand/Config.in"
source "package/softether/Config.in"
diff --git a/package/sngrep/Config.in b/package/sngrep/Config.in
new file mode 100644
index 0000000..8dfc812
--- /dev/null
+++ b/package/sngrep/Config.in
@@ -0,0 +1,13 @@
+comment "sngrep needs a toolchain w/ wchar, threads"
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+
+
+config BR2_PACKAGE_SNGREP
+ bool "sngrep"
+ depends on BR2_PACKAGE_LIBPCAP
+ depends on BR2_PACKAGE_NCURSES
+ help
+ sngrep is a tool for displaying SIP calls message flows from terminal.
+ It supports live capture to display realtime SIP packets and can also be
+ used as PCAP viewer.
+
diff --git a/package/sngrep/sngrep.hash b/package/sngrep/sngrep.hash
new file mode 100644
index 0000000..4dd7880
--- /dev/null
+++ b/package/sngrep/sngrep.hash
@@ -0,0 +1 @@
+sha256 43483a9bbc77b2130d5317fde8e1c2633712ff070d32650031962e8eb3bcbd64 sngrep-9a08a8a46e03ceccb638838ea97b871cee992336.tar.gz
diff --git a/package/sngrep/sngrep.mk b/package/sngrep/sngrep.mk
new file mode 100644
index 0000000..b46140e
--- /dev/null
+++ b/package/sngrep/sngrep.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# sngrep
+#
+################################################################################
+
+SNGREP_VERSION = 9a08a8a46e03ceccb638838ea97b871cee992336
+SNGREP_SITE = $(call github,irontec,sngrep,$(SNGREP_VERSION))
+SNGREP_LICENSE = GPLv3+
+SNGREP_LICENSE_FILES = LICENSE
+SNGREP_AUTORECONF = YES
+SNGREP_DEPENDENCIES = libpcap ncurses
+
+$(eval $(autotools-package))
--
2.9.3
next reply other threads:[~2017-01-24 19:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 19:10 Adam Duskett [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-25 14:53 [Buildroot] [PATCH 1/1] sngrep: new package Adam Duskett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170124191038.30470-1-aduskett@codeblue.com \
--to=aduskett@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.