buildrootschalter/package/snmppp/snmppp.mk
Gustavo Zacarias 9db8d874d5 snmppp: new package
[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>
2013-10-14 22:10:52 +02:00

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))