2014-07-23 07:31:30 +02:00
|
|
|
package=native_protobuf
|
2015-07-03 18:57:58 +02:00
|
|
|
$(package)_version=2.6.1
|
|
|
|
$(package)_download_path=https://github.com/google/protobuf/releases/download/v$($(package)_version)
|
2014-07-23 07:31:30 +02:00
|
|
|
$(package)_file_name=protobuf-$($(package)_version).tar.bz2
|
2015-07-03 18:57:58 +02:00
|
|
|
$(package)_sha256_hash=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910
|
2014-07-23 07:31:30 +02:00
|
|
|
|
|
|
|
define $(package)_set_vars
|
|
|
|
$(package)_config_opts=--disable-shared
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
$($(package)_autoconf)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE) -C src protoc
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
$(MAKE) -C src DESTDIR=$($(package)_staging_dir) install-strip
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
|
|
|
rm -rf lib include
|
|
|
|
endef
|