06211219a0
[Peter: fix C++/LF deps, reformat help, install into staging] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
295 B
Makefile
13 lines
295 B
Makefile
#############################################################
|
|
#
|
|
# zeromq
|
|
#
|
|
#############################################################
|
|
|
|
ZEROMQ_VERSION = 2.1.11
|
|
ZEROMQ_SITE = http://download.zeromq.org/
|
|
ZEROMQ_INSTALL_STAGING = YES
|
|
ZEROMQ_DEPENDENCIES = util-linux
|
|
|
|
$(eval $(call AUTOTARGETS))
|