d73eb2510db109998404a783ec65948391f0f576
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / protobuf-c / protobuf-c.mk
1 ################################################################################
2 #
3 # protobuf-c
4 #
5 ################################################################################
6
7 PROTOBUF_C_VERSION = v1.0.0-rc1
8 PROTOBUF_C_SITE = $(call github,protobuf-c,protobuf-c,$(PROTOBUF_C_VERSION))
9 PROTOBUF_C_DEPENDENCIES = host-protobuf-c
10 HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf host-pkgconf
11 PROTOBUF_C_MAKE = $(MAKE1)
12 PROTOBUF_C_CONF_OPTS = --disable-protoc
13 PROTOBUF_C_INSTALL_STAGING = YES
14 PROTOBUF_C_LICENSE = BSD-2c
15 PROTOBUF_C_LICENSE_FILES = LICENSE
16 PROTOBUF_C_AUTORECONF = YES
17 HOST_PROTOBUF_C_AUTORECONF = YES
18
19 $(eval $(autotools-package))
20 $(eval $(host-autotools-package))