1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f
10 PKG_DESCR
:= transport layer for distributed apps
11 PKG_SECTION
:= libs
/misc
12 PKG_NEEDS
:= threads c
++
13 PKG_URL
:= http
://www.zeromq.org
14 PKG_SITES
:= https
://github.com
/zeromq
/libzmq
/releases
/download
/v4.2
.5/
17 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,ZEROMQ
,zeromq
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
23 CONFIGURE_ARGS
+= --without-libsodium \
25 --without-documentation
28 $(INSTALL_DIR
) $(IDIR_ZEROMQ
)/usr
/lib
29 $(CP
) $(WRKINST
)/usr
/lib
/libzmq
*.so
* \
30 $(IDIR_ZEROMQ
)/usr
/lib
32 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk