1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= cedbe521c9730deda004bff71e88c8c56ae66d3d147ddc6f5f965df2ca67a8df
10 PKG_DESCR
:= displaying sip calls message flows from terminal
11 PKG_SECTION
:= net
/debug
12 PKG_BUILDDEP
:= libpcap ncurses
13 PKG_DEPENDS
:= libpcap libncurses
14 PKG_URL
:= https
://github.com
/irontec
/sngrep
15 PKG_SITES
:= https
://github.com
/irontec
/sngrep
/archive
/
17 DISTFILES
:= v
$(PKG_VERSION
).
tar.gz
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,SNGREP
,sngrep
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
23 TARGET_LDFLAGS
+= -ltinfo
25 AUTOTOOL_STYLE
:= bootstrap
28 $(INSTALL_DIR
) $(IDIR_SNGREP
)/usr
/bin
29 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/sngrep \
30 $(IDIR_SNGREP
)/usr
/bin
32 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk