]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: remove native_squashfs-tools
authortobtoht <tob@featherwallet.org>
Sun, 26 Mar 2023 11:34:49 +0000 (13:34 +0200)
committertobtoht <tob@featherwallet.org>
Sun, 26 Mar 2023 11:34:49 +0000 (13:34 +0200)
contrib/depends/packages/native_squashfs-tools.mk [deleted file]

diff --git a/contrib/depends/packages/native_squashfs-tools.mk b/contrib/depends/packages/native_squashfs-tools.mk
deleted file mode 100644 (file)
index b6ea9e8..0000000
+++ /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