mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
depends: remove native_squashfs-tools
This commit is contained in:
parent
0ba21beaa0
commit
2c83256714
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
package=native_squashfs-tools
|
||||
$(package)_version=4.5.1
|
||||
$(package)_download_path=https://github.com/plougher/squashfs-tools/archive/refs/tags
|
||||
$(package)_file_name=$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=277b6e7f75a4a57f72191295ae62766a10d627a4f5e5f19eadfbc861378deea7
|
||||
|
||||
define $(package)_build_cmds
|
||||
cd squashfs-tools && \
|
||||
$(MAKE)
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
cd squashfs-tools && \
|
||||
$(MAKE) INSTALL_DIR=$($(package)_staging_dir)$(build_prefix) INSTALL_MANPAGES_DIR="" install
|
||||
endef
|
Loading…
Reference in a new issue