You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
763 B
27 lines
763 B
package=zeromq |
|
$(package)_version=4.1.4 |
|
$(package)_download_path=http://download.zeromq.org |
|
$(package)_file_name=$(package)-$($(package)_version).tar.gz |
|
$(package)_sha256_hash=e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378 |
|
|
|
define $(package)_set_vars |
|
$(package)_config_opts=--without-documentation --disable-shared --without-libsodium |
|
$(package)_config_opts_linux=--with-pic |
|
$(package)_cxxflags=-std=c++11 |
|
endef |
|
|
|
define $(package)_config_cmds |
|
$($(package)_autoconf) |
|
endef |
|
|
|
define $(package)_build_cmds |
|
$(MAKE) libzmq.la |
|
endef |
|
|
|
define $(package)_stage_cmds |
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA |
|
endef |
|
|
|
define $(package)_postprocess_cmds |
|
rm -rf bin share |
|
endef
|
|
|