net: wait until the node is destroyed to delete its recv buffer
[bitcoinplatinum.git] / depends / packages / native_libdmg-hfsplus.mk
bloba4ffb6046ccc4b50d7bded21207337a718ba70df
1 package=native_libdmg-hfsplus
2 $(package)_version=0.1
3 $(package)_download_path=https://github.com/theuni/libdmg-hfsplus/archive
4 $(package)_file_name=libdmg-hfsplus-v$($(package)_version).tar.gz
5 $(package)_sha256_hash=6569a02eb31c2827080d7d59001869ea14484c281efab0ae7f2b86af5c3120b3
6 $(package)_build_subdir=build
8 define $(package)_preprocess_cmds
9 mkdir build
10 endef
12 define $(package)_config_cmds
13 cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix)/bin ..
14 endef
16 define $(package)_build_cmds
17 $(MAKE) -C dmg
18 endef
20 define $(package)_stage_cmds
21 $(MAKE) DESTDIR=$($(package)_staging_dir) -C dmg install
22 endef