Skip to content

Commit

Permalink
cppzmq-4.2.3 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Apr 19, 2018
1 parent 8e867bb commit 1eeefbb
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
56 changes: 56 additions & 0 deletions cppzmq/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
cppzmq
------------------------------------------
This is C++ binding for 0MQ.

Runtime requirements:

Build requirements:
(besides corresponding -devel packages)
binutils-2.29-1
cmake-3.6.2-1
cygport-0.31.0-1
gcc-core-6.4.0-5
gcc-g++-6.4.0-5
make-4.2.1-2

Canonical website:
https://github.com/zeromq/cppzmq

Canonical download:
https://github.com/zeromq/cppzmq/archive/v4.2.3.tar.gz

-------------------------------------------

Build instructions:
1. unpack cppzmq-4.2.3-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./cppzmq-4.2.3-X.cygport all

This will create:
/usr/src/cppzmq-4.2.3-X-src.tar.xz
/usr/src/cppzmq-4.2.3-X.tar.xz

-------------------------------------------

Files included in the binary package:

(cppzmq)
/usr/include/zmq.hpp
/usr/include/zmq_addon.hpp
/usr/lib/cmake/cppzmq/FindZeroMQ.cmake
/usr/lib/cmake/cppzmq/cppzmqConfig.cmake
/usr/lib/cmake/cppzmq/cppzmqConfigVersion.cmake
/usr/lib/cmake/cppzmq/cppzmqTargets.cmake
/usr/lib/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake
/usr/share/doc/Cygwin/cppzmq.README
/usr/share/doc/cppzmq/LICENSE
/usr/share/doc/cppzmq/README.md

------------------

Port Notes:

----- version 4.2.3-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
12 changes: 12 additions & 0 deletions cppzmq/cppzmq-4.2.3-1bl1.cygport
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HOMEPAGE="https://github.com/zeromq/${PN}"
SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz"

CATEGORY="Libs"
SUMMARY="C++ binding for 0MQ"
DESCRIPTION="This is C++ binding for 0MQ."

inherit cmake

CYGCMAKE_ARGS="
-DCPPZMQ_CMAKECONFIG_INSTALL_DIR:STRING=/usr/lib/cmake/${PN}
"

0 comments on commit 1eeefbb

Please sign in to comment.