10 lines
402 B
Makefile
10 lines
402 B
Makefile
$(package)_version=3.1
|
|
$(package)_download_path=https://git.hush.is/jahway603/$(package)/archive
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
|
$(package)_download_file=v$($(package)_version).tar.gz
|
|
$(package)_sha256_hash=eb4d5b9843a8411a20da8d011983e5351bf6c5893814f6756de8a31392185a98
|
|
|
|
define $(package)_stage_cmds
|
|
cp -a ./source $($(package)_staging_dir)$(host_prefix)/include
|
|
endef
|