From: tobtoht Date: Sun, 26 Mar 2023 11:34:49 +0000 (+0200) Subject: depends: remove native_squashfs-tools X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=2c83256714df9c66ca9f07f0a053232a79b0fc50;p=gamesguru%2Ffeather.git depends: remove native_squashfs-tools --- diff --git a/contrib/depends/packages/native_squashfs-tools.mk b/contrib/depends/packages/native_squashfs-tools.mk deleted file mode 100644 index b6ea9e8a..00000000 --- a/contrib/depends/packages/native_squashfs-tools.mk +++ /dev/null @@ -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 \ No newline at end of file