2014-12-31 17:49:12 +01:00
|
|
|
package=native_ccache
|
2018-07-20 15:33:02 +02:00
|
|
|
$(package)_version=3.4.2
|
2017-01-25 12:37:33 +01:00
|
|
|
$(package)_download_path=https://samba.org/ftp/ccache
|
2014-12-31 17:49:12 +01:00
|
|
|
$(package)_file_name=ccache-$($(package)_version).tar.bz2
|
2018-07-20 15:33:02 +02:00
|
|
|
$(package)_sha256_hash=3aa5587793d4c790bd22999bfc678250c029307b3afb9d16f6f4a49c67b78fb3
|
2014-12-31 17:49:12 +01: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
|