1################################################################################ 2# 3# libbson 4# 5################################################################################ 6 7LIBBSON_VERSION = 1.9.5 8LIBBSON_SITE = https://github.com/mongodb/libbson/releases/download/$(LIBBSON_VERSION) 9LIBBSON_LICENSE = Apache-2.0, MIT (jsonl), ISC (b64), Zlib (md5) 10LIBBSON_LICENSE_FILES = COPYING THIRD_PARTY_NOTICES 11LIBBSON_CPE_ID_VENDOR = mongodb 12LIBBSON_CONF_OPTS = \ 13 --disable-tests \ 14 --disable-examples \ 15 --disable-man-pages \ 16 --disable-html-docs 17 18LIBBSON_INSTALL_STAGING = YES 19 20# Also has CMake support, but that forces shared+static libs and static 21# lib has a different name. 22$(eval $(autotools-package)) 23