2019-07-09 14:40:45 -04:00
|
|
|
package=native_libmultiprocess
|
2024-07-24 17:09:38 -04:00
|
|
|
$(package)_version=015e95f7ebaa47619a213a19801e7fffafc56864
|
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-07-24 17:09:38 -04:00
|
|
|
$(package)_sha256_hash=4b1266b121337f3f6f37e1863fba91c1a5ee9ad126bcffc6fe6b9ca47ad050a1
|
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
|