2020-05-21 09:10:52 +02:00
|
|
|
package=native_libmultiprocess
|
2024-07-20 14:26:07 +02:00
|
|
|
$(package)_version=8b8a4766ce0a1892b9e8a5eb73dc39821005e520
|
2020-05-21 09:10:52 +02:00
|
|
|
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
|
|
|
|
$(package)_file_name=$($(package)_version).tar.gz
|
2024-07-20 14:26:07 +02:00
|
|
|
$(package)_sha256_hash=475c0dc2357a2ff30e9a164e4c16dc8a6597a57c9193d646fa9cbf0a55c45d78
|
2020-05-21 09:10:52 +02:00
|
|
|
$(package)_dependencies=native_capnp
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
2022-04-05 10:09:13 +02:00
|
|
|
$($(package)_cmake) .
|
2020-05-21 09:10:52 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
2022-12-10 11:25:21 +01:00
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install-bin
|
2020-05-21 09:10:52 +02:00
|
|
|
endef
|