libbson.mk 705 B

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