2014-07-23 07:31:30 +02:00
|
|
|
package=native_ccache
|
2017-01-04 13:55:56 +01:00
|
|
|
$(package)_version=3.3.3
|
2016-07-29 04:48:43 +02:00
|
|
|
$(package)_download_path=https://samba.org/ftp/ccache
|
2014-07-23 07:31:30 +02:00
|
|
|
$(package)_file_name=ccache-$($(package)_version).tar.bz2
|
2017-01-04 13:55:56 +01:00
|
|
|
$(package)_sha256_hash=2985bc5e32ebe38d2958d508eb54ddcad39eed909489c0c2988035214597ca54
|
2014-07-23 07:31:30 +02: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
|