sipgrep: drop ncurses dependency, add ipv6 support

Following Debian's example, keeping it lean and mean.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2018-01-21 18:12:42 +01:00
parent b601d73d6b
commit 9396c38ef6

View file

@ -32,7 +32,7 @@ define Package/sipgrep
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
SUBMENU:=Telephony SUBMENU:=Telephony
DEPENDS:=+libpcap +libpcre +libncursesw DEPENDS:=+libpcap +libpcre
TITLE:=Command line tool to sniff, capture, display SIP messages TITLE:=Command line tool to sniff, capture, display SIP messages
URL:=https://github.com/sipcapture/sipgrep URL:=https://github.com/sipcapture/sipgrep
endef endef
@ -44,7 +44,7 @@ specify extended regular expressions matching against SIP headers.
endef endef
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-ncurses --enable-ipv6
define Package/sipgrep/install define Package/sipgrep/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin