• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ngrep/ngrep.mk
Arnout VandecappelleArnout Vandecappelle committed 7d69a79624b12 Jul 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# ngrep
4
#
5
################################################################################
6
​
7
NGREP_VERSION = 1.45
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
​
14
NGREP_LIBS = -lpcap -lpcre
15
ifeq ($(BR2_STATIC_LIBS),y)
16
NGREP_LIBS += `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`
17
endif
18
NGREP_CONF_ENV += LIBS+="$(NGREP_LIBS)"
19
​
20
NGREP_CONF_OPTS =  \
21
    --with-pcap-includes=$(STAGING_DIR)/usr/include/pcap \
22
    --enable-pcre \
23
    --with-pcre=$(STAGING_DIR)/usr \
24
    --disable-dropprivs
25
​
26
NGREP_DEPENDENCIES = libpcap pcre
27
​
28
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.