2019-07-09 14:40:45 -04:00
|
|
|
package=native_libmultiprocess
|
2023-10-26 14:23:49 +02:00
|
|
|
$(package)_version=61d5a0e661f20a4928fbf868ec9c3c6f17883cc7
|
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-10-26 14:23:49 +02:00
|
|
|
$(package)_sha256_hash=5cfda224cc2ce913f2493f843317e0fca3184f6d7c1434c9754b2e7dca440ab5
|
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
|