2019-07-09 14:40:45 -04:00
|
|
|
package=native_libmultiprocess
|
2023-11-17 15:27:19 -05:00
|
|
|
$(package)_version=414542f81e0997354b45b8ade13ca144a3e35ff1
|
2019-07-09 14:40:45 -04:00
|
|
|
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
|
|
|
|
$(package)_file_name=$($(package)_version).tar.gz
|
2023-11-17 15:27:19 -05:00
|
|
|
$(package)_sha256_hash=8542dbaf8c4fce8fd7af6929f5dc9b34dffa51c43e9ee360e93ee0f34b180bc2
|
2019-07-09 14:40:45 -04:00
|
|
|
$(package)_dependencies=native_capnp
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
2022-04-04 10:21:01 +01:00
|
|
|
$($(package)_cmake) .
|
2019-07-09 14:40:45 -04:00
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
2022-12-09 14:29:19 +00:00
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install-bin
|
2019-07-09 14:40:45 -04:00
|
|
|
endef
|