4f526687d6
Modern versions of msgpack are hosted on Github. Msgpack switched their build systems from autotools to cmake a while back. The licence was also updated from Apache to Boost. Signed-off-by: bradford barr <bradford@density.io> [Thomas: drop custom install commands, add LICENSE_1_0.txt to license files.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
402 B
Makefile
14 lines
402 B
Makefile
################################################################################
|
|
#
|
|
# msgpack
|
|
#
|
|
################################################################################
|
|
|
|
MSGPACK_VERSION = 2.1.5
|
|
MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
|
|
MSGPACK_LICENSE = BSL-1.0
|
|
MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
|
|
MSGPACK_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|