29d809efa8e34a774b8f2e12ec1b0fe7107f968a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / agentpp / agentpp.mk
1 ################################################################################
2 #
3 # agentpp
4 #
5 ################################################################################
6
7 AGENTPP_VERSION = 4.0.3
8 AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
9 AGENTPP_SITE = http://www.agentpp.com/download
10 AGENTPP_LICENSE = Apache-2.0
11 AGENTPP_LICENSE_FILES = LICENSE-2_0.txt
12 AGENTPP_INSTALL_STAGING = YES
13 AGENTPP_DEPENDENCIES = host-pkgconf snmppp
14 AGENTPP_CONF_OPTS += \
15         --disable-proxy \
16         --disable-forwarder \
17         --disable-rpath
18
19 $(eval $(autotools-package))