summaryrefslogtreecommitdiffstats
path: root/package/protobuf-c/protobuf-c.mk
blob: da0b1395b0d6b6445e4eb2369afe4451f3c5e4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# protobuf-c
#
################################################################################

PROTOBUF_C_VERSION = v1.0.0-rc1
PROTOBUF_C_SITE = $(call github,protobuf-c,protobuf-c,$(PROTOBUF_C_VERSION))
PROTOBUF_C_DEPENDENCIES = host-protobuf-c
HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf host-pkgconf
PROTOBUF_C_MAKE = $(MAKE1)
PROTOBUF_C_CONF_OPT = --disable-protoc
PROTOBUF_C_INSTALL_STAGING = YES
PROTOBUF_C_LICENSE = BSD-3c
PROTOBUF_C_AUTORECONF = YES
HOST_PROTOBUF_C_AUTORECONF = YES

$(eval $(autotools-package))
$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud