Introduce librustzcash and Rust to depends system.

This commit is contained in:
Sean Bowe
2017-03-17 11:46:41 -06:00
parent a28b17b7b7
commit 6a0c7ceae9
5 changed files with 38 additions and 2 deletions

9
depends/packages/rust.mk Normal file
View File

@@ -0,0 +1,9 @@
package=rust
$(package)_version=1.16.0
$(package)_download_path=https://static.rust-lang.org/dist
$(package)_file_name=rust-$($(package)_version)-x86_64-unknown-linux-gnu.tar.gz
$(package)_sha256_hash=48621912c242753ba37cad5145df375eeba41c81079df46f93ffb4896542e8fd
define $(package)_stage_cmds
./install.sh --destdir=$($(package)_staging_dir) --prefix=$(host_prefix)/native --disable-ldconfig
endef