2014-07-23 01:31:30 -04:00
|
|
|
package=boost
|
2022-12-14 15:25:02 +00:00
|
|
|
$(package)_version=1.81.0
|
2024-06-03 09:49:34 +01:00
|
|
|
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
|
2024-04-17 12:36:55 +01:00
|
|
|
$(package)_file_name=boost_$(subst .,_,$($(package)_version)).tar.gz
|
|
|
|
$(package)_sha256_hash=205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6
|
2014-07-23 01:31:30 -04:00
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
2022-02-09 18:16:34 +00:00
|
|
|
mkdir -p $($(package)_staging_prefix_dir)/include && \
|
|
|
|
cp -r boost $($(package)_staging_prefix_dir)/include
|
2014-07-23 01:31:30 -04:00
|
|
|
endef
|