]> Git Repo - VerusCoin.git/blob - depends/packages/native_libdmg-hfsplus.mk
Merge #5548: [REST] add /rest/chaininfos
[VerusCoin.git] / depends / packages / native_libdmg-hfsplus.mk
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
7
8 define $(package)_preprocess_cmds
9   mkdir build
10 endef
11
12 define $(package)_config_cmds
13   cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix)/bin ..
14 endef
15
16 define $(package)_build_cmds
17   $(MAKE) -C dmg
18 endef
19
20 define $(package)_stage_cmds
21   $(MAKE) DESTDIR=$($(package)_staging_dir) -C dmg install
22 endef
This page took 0.026226 seconds and 4 git commands to generate.