2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov. All rights reserved.
15 include ..
/..
/..
/make-rules
/shared-macros.mk
17 PATH
=/usr
/bin
:/usr
/gnu
/bin
:/usr
/sbin
20 COMPONENT_VERSION
= 14.0.1
22 COMPONENT_PROJECT_URL
= https
://github.com
/zeromq
/pyzmq
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:07c7f63aaa7709438345a5e5f4d90fe7decb147ff72d244acf4fa56f8801e5e0
27 COMPONENT_ARCHIVE_URL
= https
://pypi.python.org
/packages
/source
/p
/pyzmq
/$(COMPONENT_ARCHIVE
)
31 include $(WS_TOP
)/make-rules
/prep.mk
32 include $(WS_TOP
)/make-rules
/setup.py.mk
33 include $(WS_TOP
)/make-rules
/ips.mk
36 build
: $(BUILD_32_and_64
)
38 install: $(INSTALL_32_and_64
)
40 test: $(TEST_32_and_64
)
42 REQUIRED_PACKAGES
+= library
/c
++/zeromq-3.2
43 REQUIRED_PACKAGES
+= runtime
/python-27
44 REQUIRED_PACKAGES
+= system
/library