This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

22
package/zyre/zyre.mk Normal file
View File

@@ -0,0 +1,22 @@
################################################################################
#
# zyre
#
################################################################################
ZYRE_VERSION = 2.0.0
ZYRE_SITE = $(call github,zeromq,zyre,v$(ZYRE_VERSION))
ZYRE_LICENSE = MPL-2.0
ZYRE_LICENSE_FILES = LICENSE
ZYRE_INSTALL_STAGING = YES
ZYRE_DEPENDENCIES = czmq zeromq host-pkgconf
ZYRE_AUTORECONF = YES
ZYRE_CONF_OPTS = --without-docs
define ZYRE_CREATE_CONFIG_DIR
mkdir -p $(@D)/config
endef
ZYRE_POST_PATCH_HOOKS += ZYRE_CREATE_CONFIG_DIR
$(eval $(autotools-package))