9c20d29094
- move to cmake-infrastructure - add patch to fix install without static libzmq - add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
454 B
Makefile
16 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# cppzmq
|
|
#
|
|
################################################################################
|
|
|
|
CPPZMQ_VERSION = v4.3.0
|
|
CPPZMQ_SITE = $(call github,zeromq,cppzmq,$(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))
|