mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
22
package/zyre/zyre.mk
Normal file
22
package/zyre/zyre.mk
Normal 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))
|
||||
Reference in New Issue
Block a user