2018-03-18 16:01:56 -06:00
|
|
|
package=native_ccache
|
2018-03-19 18:26:35 -06:00
|
|
|
$(package)_version=3.3.4
|
2018-03-18 16:01:56 -06:00
|
|
|
$(package)_download_path=https://samba.org/ftp/ccache
|
|
|
|
$(package)_file_name=ccache-$($(package)_version).tar.bz2
|
2018-03-19 18:26:35 -06:00
|
|
|
$(package)_sha256_hash=fa9d7f38367431bc86b19ad107d709ca7ecf1574fdacca01698bdf0a47cd8567
|
2018-03-18 16:01:56 -06:00
|
|
|
|
|
|
|
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
|