File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ package =gmp
2+ $(package)_version =6.1.2
3+ $(package)_download_path =https://gmplib.org/download/gmp
4+ $(package)_file_name =gmp-$($(package ) _version) .tar.bz2
5+ $(package)_sha256_hash =5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2
6+
7+ define $(package)_set_vars
8+ $(package ) _config_opts+=--enable-cxx --enable-fat --with-pic --disable-shared
9+ endef
10+
11+ define $(package)_config_cmds
12+ $($(package ) _autoconf)
13+ endef
14+
15+ define $(package)_build_cmds
16+ $(MAKE )
17+ endef
18+
19+ define $(package)_stage_cmds
20+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
21+ endef
22+
Original file line number Diff line number Diff line change 1- packages: =boost openssl libevent zeromq
1+ packages: =boost openssl libevent zeromq gmp
22native_packages := native_ccache
33
44qt_native_packages = native_protobuf
You can’t perform that action at this time.
0 commit comments