depends: remove native_squashfs-tools

This commit is contained in:
tobtoht 2023-03-26 13:34:49 +02:00
parent 0ba21beaa0
commit 2c83256714
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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