2019-07-09 14:40:45 -04:00
|
|
|
package=native_libmultiprocess
|
2025-02-03 09:23:54 -05:00
|
|
|
$(package)_version=1954f7f65661d49e700c344eae0fc8092decf975
|
2025-03-04 11:09:42 +00:00
|
|
|
$(package)_download_path=https://github.com/bitcoin-core/libmultiprocess/archive
|
2019-07-09 14:40:45 -04:00
|
|
|
$(package)_file_name=$($(package)_version).tar.gz
|
2025-02-03 09:23:54 -05:00
|
|
|
$(package)_sha256_hash=fc014bd74727c1d5d30b396813685012c965d079244dd07b53bc1c75c610a2cb
|
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
|