2015-01-20 04:47:44 +01:00
|
|
|
package=libevent
|
2017-05-02 00:55:36 +02:00
|
|
|
$(package)_version=2.1.8-stable
|
2017-01-04 15:00:26 +01:00
|
|
|
$(package)_download_path=https://github.com/libevent/libevent/archive/
|
2017-05-02 00:55:36 +02:00
|
|
|
$(package)_file_name=release-$($(package)_version).tar.gz
|
|
|
|
$(package)_sha256_hash=316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
|
2015-08-31 11:17:26 +02:00
|
|
|
|
|
|
|
define $(package)_preprocess_cmds
|
2017-01-04 15:00:26 +01:00
|
|
|
./autogen.sh
|
2015-08-31 11:17:26 +02:00
|
|
|
endef
|
2015-01-20 04:47:44 +01:00
|
|
|
|
|
|
|
define $(package)_set_vars
|
2017-09-08 10:29:01 +02:00
|
|
|
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples
|
2015-01-20 04:47:44 +01:00
|
|
|
$(package)_config_opts_release=--disable-debug-mode
|
|
|
|
$(package)_config_opts_linux=--with-pic
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
$($(package)_autoconf)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
|
|
|
endef
|