buildroot/package/libbson/libbson.mk
Fabrice Fontaine 170b111312 libbson: bump to version 1.9.4
Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-04-29 18:17:29 +02:00

22 lines
673 B
Makefile

################################################################################
#
# libbson
#
################################################################################
LIBBSON_VERSION = 1.9.4
LIBBSON_SITE = https://github.com/mongodb/libbson/releases/download/$(LIBBSON_VERSION)
LIBBSON_LICENSE = Apache-2.0, MIT (jsonl), ISC (b64), Zlib (md5)
LIBBSON_LICENSE_FILES = COPYING THIRD_PARTY_NOTICES
LIBBSON_CONF_OPTS = \
--disable-tests \
--disable-examples \
--disable-man-pages \
--disable-html-docs
LIBBSON_INSTALL_STAGING = YES
# Also has CMake support, but that forces shared+static libs and static
# lib has a different name.
$(eval $(autotools-package))