88355e967f
Also separate the fields in the hash file by two spaces. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
553 B
Makefile
20 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# agentpp
|
|
#
|
|
################################################################################
|
|
|
|
AGENTPP_VERSION = 4.3.1
|
|
AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
|
|
AGENTPP_SITE = http://www.agentpp.com/download
|
|
AGENTPP_LICENSE = Apache-2.0
|
|
AGENTPP_LICENSE_FILES = LICENSE-2_0.txt
|
|
AGENTPP_INSTALL_STAGING = YES
|
|
AGENTPP_DEPENDENCIES = host-pkgconf snmppp
|
|
AGENTPP_CONF_OPTS += \
|
|
--disable-proxy \
|
|
--disable-forwarder \
|
|
--disable-rpath
|
|
|
|
$(eval $(autotools-package))
|