sipgrep: update descriptions
- move the package to Utilities/Telephony - title/description shamelessly copied from Debian Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
20aa96f16b
commit
b601d73d6b
1 changed files with 7 additions and 4 deletions
|
@ -29,15 +29,18 @@ PKG_INSTALL:=1
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/sipgrep
|
define Package/sipgrep
|
||||||
SECTION:=net
|
SECTION:=utils
|
||||||
CATEGORY:=Network
|
CATEGORY:=Utilities
|
||||||
|
SUBMENU:=Telephony
|
||||||
DEPENDS:=+libpcap +libpcre +libncursesw
|
DEPENDS:=+libpcap +libpcre +libncursesw
|
||||||
TITLE:=Display and Troubleshoot SIP signaling in CLI
|
TITLE:=Command line tool to sniff, capture, display SIP messages
|
||||||
URL:=https://github.com/sipcapture/sipgrep
|
URL:=https://github.com/sipcapture/sipgrep
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sipgrep/description
|
define Package/sipgrep/description
|
||||||
SipGrep is a utility for displaying and troubleshooting SIP signaling.
|
Powerful pcap-aware command line tool to sniff, capture, display and
|
||||||
|
troubleshoot SIP signaling over IP networks, allowing the user to
|
||||||
|
specify extended regular expressions matching against SIP headers.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
Loading…
Reference in a new issue