blob: 661dddc82c580b75b65a139ebbcf157716f5c87d [file] [log] [blame]
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00001################################################################################
Simon Dawsone2a547f2013-04-14 10:33:01 +00002#
3# zyre
4#
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00005################################################################################
Simon Dawsone2a547f2013-04-14 10:33:01 +00006
Simon Dawsone1f8d4d2014-07-02 18:16:06 +01007ZYRE_VERSION = v1.0.0
Simon Dawsonabe6a132013-12-16 08:38:31 +00008ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
Simon Dawsone2a547f2013-04-14 10:33:01 +00009ZYRE_LICENSE = LGPLv3+
10ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
11ZYRE_INSTALL_STAGING = YES
Simon Dawsonf56f4da2014-07-02 18:40:20 +010012ZYRE_DEPENDENCIES = czmq zeromq
Simon Dawsone2a547f2013-04-14 10:33:01 +000013ZYRE_AUTORECONF = YES
Simon Dawsone2a547f2013-04-14 10:33:01 +000014
15define ZYRE_CREATE_CONFIG_DIR
16 mkdir -p $(@D)/config
17endef
18
19ZYRE_POST_PATCH_HOOKS += ZYRE_CREATE_CONFIG_DIR
20
21$(eval $(autotools-package))