summaryrefslogtreecommitdiff
path: root/package/agentpp/agentpp.mk
blob: 3d95ff44fa75b03b7b3163cf91fb3ad747977852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# agentpp
#
################################################################################

AGENTPP_VERSION = 4.0.3
AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
AGENTPP_SITE = http://www.agentpp.com
AGENTPP_LICENSE = Apache-2.0
AGENTPP_LICENSE_FILES = LICENSE-2_0.txt
AGENTPP_INSTALL_STAGING = YES
AGENTPP_DEPENDENCIES = host-pkgconf snmppp
AGENTPP_CONF_OPTS += \
	--disable-proxy \
	--disable-forwarder \
	--disable-rpath

$(eval $(autotools-package))