2019-07-09 14:40:45 -04:00
|
|
|
package=native_libmultiprocess
|
2024-08-09 11:35:17 -04:00
|
|
|
$(package)_version=c1b4ab4eb897d3af09bc9b3cc30e2e6fff87f3e2
|
2019-07-09 14:40:45 -04:00
|
|
|
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
|
|
|
|
$(package)_file_name=$($(package)_version).tar.gz
|
2024-08-09 11:35:17 -04:00
|
|
|
$(package)_sha256_hash=6edf5ad239ca9963c78f7878486fb41411efc9927c6073928a7d6edf947cac4a
|
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
|