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
:= aea6dd337da8781847c75b3b5b876e4de9c58520e0d77310679a979fc6402fa7
10 PKG_DESCR
:= network grep
11 PKG_SECTION
:= net
/debug
12 PKG_DEPENDS
:= libpcap libpcre
13 PKG_BUILDDEP
:= libpcap pcre
14 PKG_URL
:= http
://ngrep.sourceforge.net
/
15 PKG_SITES
:= ${MASTER_SITE_SOURCEFORGE
:=ngrep
/}
17 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,NGREP
,ngrep
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
23 CONFIGURE_ARGS
+= --disable-pcap-restart \
24 --with-pcap-includes
=$(STAGING_TARGET_DIR
)/usr
/include
27 $(INSTALL_DIR
) $(IDIR_NGREP
)/usr
/bin
28 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/ngrep \
31 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk