9db8d874d5
[Peter: add comment about why AUTORECONF is needed] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
510 B
Makefile
18 lines
510 B
Makefile
################################################################################
|
|
#
|
|
# snmp++
|
|
#
|
|
################################################################################
|
|
|
|
SNMPPP_VERSION = 3.3.0
|
|
SNMPPP_SOURCE = snmp++v$(SNMPPP_VERSION).tar.gz
|
|
SNMPPP_SITE = http://www.agentpp.com
|
|
SNMPPP_DEPENDENCIES = openssl host-pkgconf
|
|
SNMPPP_INSTALL_STAGING = YES
|
|
# no configure script in tarball
|
|
SNMPPP_AUTORECONF = YES
|
|
SNMPPP_LICENSE = SNMP++
|
|
SNMPPP_LICENSE_FILES = snmp_pp/snmp_pp.cpp
|
|
|
|
$(eval $(autotools-package))
|