diff options
author | fanquake <fanquake@gmail.com> | 2019-06-02 17:30:09 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-10-09 10:41:51 -0400 |
commit | 9192ce5d634f4c65776d14539e9663c67b4367d3 (patch) | |
tree | 99142a4da6786585c4d1d0b865e87c9d4ee0b213 /depends/packages/native_libdmg-hfsplus.mk | |
parent | 9b54f3436bb9a2d23bd84c0da99168386e2d5c31 (diff) |
depends: pull upstream libdmg-hfsplus changes
Diffstat (limited to 'depends/packages/native_libdmg-hfsplus.mk')
-rw-r--r-- | depends/packages/native_libdmg-hfsplus.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/depends/packages/native_libdmg-hfsplus.mk b/depends/packages/native_libdmg-hfsplus.mk index a4ffb6046c..8493f1d979 100644 --- a/depends/packages/native_libdmg-hfsplus.mk +++ b/depends/packages/native_libdmg-hfsplus.mk @@ -1,16 +1,18 @@ package=native_libdmg-hfsplus -$(package)_version=0.1 -$(package)_download_path=https://github.com/theuni/libdmg-hfsplus/archive -$(package)_file_name=libdmg-hfsplus-v$($(package)_version).tar.gz -$(package)_sha256_hash=6569a02eb31c2827080d7d59001869ea14484c281efab0ae7f2b86af5c3120b3 +$(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)/bin .. + cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix) .. endef define $(package)_build_cmds |