Source-Makefile: feeds/telephony/net/sngrep/Makefile

Package: sngrep
Submenu: Telephony
Version: 1.6.0-r1
Depends: +libc +libncursesw +libopenssl +libpcap +SNGREP_WITH_PCRE:libpcre2 +SNGREP_WITH_ZLIB:zlib
Conflicts: 
Menu-Depends: 
Provides: 
Section: utils
Category: Utilities
Repository: base
Title: Ncurses SIP messages flow viewer
Maintainer: Sebastian Kemper <sebastian_ml@gmx.net>
Source: sngrep-1.6.0.tar.gz
License: GPL-3.0+
LicenseFiles: COPYING
URL: https://github.com/irontec/sngrep
Type: ipkg
Description: 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.
@@
Config:
  menu "sngrep configuration"
    depends on PACKAGE_sngrep

    config SNGREP_ENABLE_EEP
      bool "EEP/HEP support"
      default y
      help
        Enable EEP/HEP support

    config SNGREP_WITH_PCRE
      bool "PCRE support"
      default y
      help
        Enable Perl compatible regular expressions

    config SNGREP_WITH_ZLIB
      bool "zlib support"
      default y
      help
        Add support for opening gzip compressed input files
  endmenu
@@


