1 ################################################################################
5 ################################################################################
8 NGREP_SOURCE
= ngrep-
$(NGREP_VERSION
).
tar.bz2
9 NGREP_SITE
= http
://downloads.sourceforge.net
/project
/ngrep
/ngrep
/$(NGREP_VERSION
)
10 NGREP_LICENSE
= BSD-4c-like
11 NGREP_LICENSE_FILES
= LICENSE.txt
12 NGREP_INSTALL_STAGING
= YES
13 NGREP_CONF_ENV
= LIBS
="-lpcre"
15 --with-pcap-includes
=$(STAGING_DIR
)/usr
/include \
17 --with-pcre
=$(STAGING_DIR
)/usr \
20 NGREP_DEPENDENCIES
= libpcap pcre
22 $(eval
$(autotools-package
))