summaryrefslogtreecommitdiffstats
path: root/package/libbson/libbson.mk
blob: 2c9cbc7fe055aee998c90611e1de86b0dec64837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
#
# 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))
OpenPOWER on IntegriCloud