eb7bd9ef61
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
593 B
Makefile
20 lines
593 B
Makefile
################################################################################
|
|
#
|
|
# cppzmq
|
|
#
|
|
################################################################################
|
|
|
|
CPPZMQ_VERSION = b23297800389149ac37f19b7215fa4734d344998
|
|
CPPZMQ_SITE = git://github.com/zeromq/cppzmq.git
|
|
CPPZMQ_INSTALL_STAGING = YES
|
|
CPPZMQ_DEPENDENCIES = zeromq
|
|
CPPZMQ_LICENSE = MIT
|
|
# No license file, the license is in the installed header
|
|
CPPZMQ_LICENSE_FILES = zmq.hpp
|
|
|
|
define CPPZMQ_INSTALL_STAGING_CMDS
|
|
$(INSTALL) -m 0644 -D $(@D)/zmq.hpp $(STAGING_DIR)/usr/include/zmq.hpp
|
|
endef
|
|
|
|
$(eval $(generic-package))
|