You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
a20fc5ae2b
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
369 B
Makefile
13 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# msgpack
|
|
#
|
|
################################################################################
|
|
|
|
MSGPACK_VERSION = 0.5.4
|
|
MSGPACK_SITE = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/
|
|
MSGPACK_LICENSE = Apache-2.0
|
|
MSGPACK_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|