]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: remove native_ccache
authortobtoht <tob@featherwallet.org>
Wed, 4 Jan 2023 00:46:10 +0000 (01:46 +0100)
committertobtoht <tob@featherwallet.org>
Thu, 5 Jan 2023 02:27:59 +0000 (03:27 +0100)
contrib/depends/packages/native_ccache.mk [deleted file]

diff --git a/contrib/depends/packages/native_ccache.mk b/contrib/depends/packages/native_ccache.mk
deleted file mode 100644 (file)
index 966804c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-package=native_ccache
-$(package)_version=3.3.4
-$(package)_download_path=https://samba.org/ftp/ccache
-$(package)_file_name=ccache-$($(package)_version).tar.bz2
-$(package)_sha256_hash=fa9d7f38367431bc86b19ad107d709ca7ecf1574fdacca01698bdf0a47cd8567
-
-define $(package)_set_vars
-$(package)_config_opts=
-endef
-
-define $(package)_config_cmds
-  $($(package)_autoconf)
-endef
-
-define $(package)_build_cmds
-  $(MAKE)
-endef
-
-define $(package)_stage_cmds
-  $(MAKE) DESTDIR=$($(package)_staging_dir) install
-endef
-
-define $(package)_postprocess_cmds
-  rm -rf lib include
-endef