20 lines
474 B
BlitzBasic
20 lines
474 B
BlitzBasic
DESCRIPTION = "C++ bindings for ZeroMQ"
|
|
HOMEPAGE = "http://www.zeromq.org"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
|
|
DEPENDS = "zeromq"
|
|
SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848"
|
|
|
|
SRC_URI = "git://github.com/zeromq/cppzmq.git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install () {
|
|
install -d ${D}/usr/include
|
|
install -m 0755 ${S}/zmq.hpp ${D}/usr/include/
|
|
}
|
|
|
|
PACKAGES = "${PN}-dev"
|
|
|
|
RDEPENDS_${PN}-dev = "zeromq-dev"
|