You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package=native_libdmg-hfsplus
|
|
|
|
$(package)_version=7ac55ec64c96f7800d9818ce64c79670e7f02b67
|
|
|
|
$(package)_download_path=https://github.com/planetbeing/libdmg-hfsplus/archive
|
|
|
|
$(package)_file_name=$($(package)_version).tar.gz
|
|
|
|
$(package)_sha256_hash=56fbdc48ec110966342f0ecddd6f8f89202f4143ed2a3336e42bbf88f940850c
|
|
|
|
$(package)_build_subdir=build
|
|
|
|
$(package)_patches=remove-libcrypto-dependency.patch
|
|
|
|
|
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
patch -p1 < $($(package)_patch_dir)/remove-libcrypto-dependency.patch && \
|
|
|
|
mkdir build
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix) ..
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE) -C dmg
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) -C dmg install
|
|
|
|
endef
|