2013-10-14 15:47:15 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# snmp++
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-03-05 13:50:06 +01:00
|
|
|
SNMPPP_VERSION = 3.3.4
|
2014-04-07 00:20:03 +02:00
|
|
|
SNMPPP_SOURCE = snmp++-$(SNMPPP_VERSION).tar.gz
|
2013-10-14 15:47:15 +02:00
|
|
|
SNMPPP_SITE = http://www.agentpp.com
|
|
|
|
SNMPPP_DEPENDENCIES = openssl host-pkgconf
|
|
|
|
SNMPPP_INSTALL_STAGING = YES
|
|
|
|
# no configure script in tarball
|
|
|
|
SNMPPP_AUTORECONF = YES
|
2014-04-07 00:20:04 +02:00
|
|
|
SNMPPP_CONF_OPT = $(if $(BR2_PACKAGE_SNMPPP_LOGGING),--enable-logging,--disable-logging)
|
2013-10-14 15:47:15 +02:00
|
|
|
SNMPPP_LICENSE = SNMP++
|
2013-12-27 12:29:14 +01:00
|
|
|
SNMPPP_LICENSE_FILES = src/v3.cpp
|
2013-10-14 15:47:15 +02:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|