Files
blackcoin-more/depends/packages/native_ccache.mk
Michel van Kessel 78d2394670 [depends] update native-ccache to 3.3.6
from BCHABC : 0654a53966
2018-12-05 17:44:59 +01:00

26 lines
564 B
Makefile

package=native_ccache
$(package)_version=3.3.6
$(package)_download_path=https://samba.org/ftp/ccache
$(package)_file_name=ccache-$($(package)_version).tar.bz2
$(package)_sha256_hash=eac8d2a5055014bebae1434d9b7c66c25d64323800808c27a4534cee167e6bea
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