The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / snmppp / snmppp.mk
1 ################################################################################
2 #
3 # snmppp
4 #
5 ################################################################################
6
7 SNMPPP_VERSION = 3.3.4
8 SNMPPP_SOURCE = snmp++-$(SNMPPP_VERSION).tar.gz
9 SNMPPP_SITE = http://www.agentpp.com/download
10 SNMPPP_DEPENDENCIES = host-pkgconf
11 SNMPPP_INSTALL_STAGING = YES
12 # no configure script in tarball
13 SNMPPP_AUTORECONF = YES
14 SNMPPP_CONF_OPTS = $(if $(BR2_PACKAGE_SNMPPP_LOGGING),--enable-logging,--disable-logging)
15 SNMPPP_LICENSE = SNMP++
16 SNMPPP_LICENSE_FILES = src/v3.cpp
17
18 ifeq ($(BR2_PACKAGE_SNMPPP_SNMPV3),y)
19 SNMPPP_CONF_OPTS += --enable-snmpv3
20 SNMPPP_DEPENDENCIES += openssl
21 else
22 SNMPPP_CONF_OPTS += --disable-snmpv3
23 endif
24
25 $(eval $(autotools-package))