Makefile revision 3996
248N/A#
248N/A# CDDL HEADER START
248N/A#
248N/A# The contents of this file are subject to the terms of the
248N/A# Common Development and Distribution License (the "License").
248N/A# You may not use this file except in compliance with the License.
248N/A#
248N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
248N/A# or http://www.opensolaris.org/os/licensing.
248N/A# See the License for the specific language governing permissions
248N/A# and limitations under the License.
248N/A#
248N/A# When distributing Covered Code, include this CDDL HEADER in each
248N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
248N/A# If applicable, add the following below this CDDL HEADER, with the
248N/A# fields enclosed by brackets "[]" replaced with your own identifying
248N/A# information: Portions Copyright [yyyy] [name of copyright owner]
248N/A#
248N/A# CDDL HEADER END
248N/A#
248N/A
248N/A#
2490N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
248N/A#
248N/Ainclude ../../../make-rules/shared-macros.mk
814N/A
814N/ACOMPONENT_NAME= websockify
2238N/ACOMPONENT_VERSION= 0.5.1
814N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
248N/ACOMPONENT_ARCHIVE= v$(COMPONENT_VERSION).tar.gz
248N/ACOMPONENT_ARCHIVE_HASH= \
248N/A sha256:b2704e9127ef8698b5b73b0cb247abd700d2a893bdd32078117e5ebc7f69cbbf
248N/ACOMPONENT_PROJECT_URL= https://github.com/kanaka/websockify
248N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE)
248N/ACOMPONENT_BUGDB= python-mod/websockify
248N/A
844N/ATPNO= 16167
844N/A
248N/Ainclude $(WS_MAKE_RULES)/prep.mk
1273N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
248N/Ainclude $(WS_MAKE_RULES)/ips.mk
3661N/A
3661N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
248N/A
248N/ACOMPONENT_POST_INSTALL_ACTION = \
248N/A (cd $(PROTO_DIR)/usr/bin ; \
248N/A $(MV) -f websockify websockify-$(PYTHON_VERSION))
248N/A
248N/A# common targets
248N/Abuild: $(BUILD_NO_ARCH)
248N/A
248N/Ainstall: $(INSTALL_NO_ARCH)
690N/A
248N/Atest: $(NO_TESTS)
248N/A
690N/A
248N/AREQUIRED_PACKAGES += library/python/setuptools-26
248N/AREQUIRED_PACKAGES += library/python/setuptools-27
248N/AREQUIRED_PACKAGES += library/python/setuptools-34
248N/A