summaryrefslogtreecommitdiffstats
path: root/package/zeromq/zeromq.mk
blob: 4847ed822bb18d3eb71abaf8d9e9c3a272f894cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# zeromq
#
################################################################################

ZEROMQ_VERSION = 3.2.3
ZEROMQ_SITE = http://download.zeromq.org/
ZEROMQ_INSTALL_STAGING = YES
ZEROMQ_DEPENDENCIES = util-linux
ZEROMQ_LICENSE = LGPLv3+ with exceptions
ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER

ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y)
	ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
	ZEROMQ_CONF_OPT = --with-system-pgm
endif

$(eval $(autotools-package))