2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-04-11 06:41:35 +02:00
|
|
|
#
|
|
|
|
# protobuf-c
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-04-11 06:41:35 +02:00
|
|
|
|
|
|
|
PROTOBUF_C_VERSION = 0.15
|
|
|
|
PROTOBUF_C_SITE = http://protobuf-c.googlecode.com/files
|
2014-01-14 09:21:36 +01:00
|
|
|
PROTOBUF_C_DEPENDENCIES = host-protobuf-c
|
2013-04-11 06:41:35 +02:00
|
|
|
HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf
|
2013-11-26 10:09:41 +01:00
|
|
|
PROTOBUF_C_MAKE = $(MAKE1)
|
2013-04-11 06:41:35 +02:00
|
|
|
PROTOBUF_C_CONF_OPT = --disable-protoc
|
|
|
|
PROTOBUF_C_INSTALL_STAGING = YES
|
|
|
|
PROTOBUF_C_LICENSE = BSD-3c
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
|
|
$(eval $(host-autotools-package))
|