buildroot/package/cppzmq/cppzmq.mk
Fabrice Fontaine d0039c783a package/cppzmq: bump to version 4.7.0
https://github.com/zeromq/cppzmq/releases/tag/v4.7.0

Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-10-01 21:33:11 +02:00

16 lines
454 B
Makefile

################################################################################
#
# cppzmq
#
################################################################################
CPPZMQ_VERSION = 4.7.0
CPPZMQ_SITE = $(call github,zeromq,cppzmq,v$(CPPZMQ_VERSION))
CPPZMQ_INSTALL_STAGING = YES
CPPZMQ_DEPENDENCIES = host-pkgconf zeromq
CPPZMQ_LICENSE = MIT
CPPZMQ_LICENSE_FILES = LICENSE
CPPZMQ_CONF_OPTS = -DCPPZMQ_BUILD_TESTS=OFF
$(eval $(cmake-package))