1 package=native_libdmg-hfsplus
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
12 define $(package)_config_cmds
13 cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix)/bin ..
16 define $(package)_build_cmds
20 define $(package)_stage_cmds
21 $(MAKE) DESTDIR=$($(package)_staging_dir) -C dmg install