Makefile revision 3996
12246N/A#
12246N/A# CDDL HEADER START
12246N/A#
12246N/A# The contents of this file are subject to the terms of the
12246N/A# Common Development and Distribution License (the "License").
12246N/A# You may not use this file except in compliance with the License.
12246N/A#
10545N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12246N/A# or http://www.opensolaris.org/os/licensing.
10545N/A# See the License for the specific language governing permissions
12246N/A# and limitations under the License.
12246N/A#
10545N/A# When distributing Covered Code, include this CDDL HEADER in each
12246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12246N/A# If applicable, add the following below this CDDL HEADER, with the
12246N/A# fields enclosed by brackets "[]" replaced with your own identifying
12246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
12246N/A#
10545N/A# CDDL HEADER END
12246N/A#
12246N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
12246N/A#
12246N/Ainclude ../../../make-rules/shared-macros.mk
12246N/A
12246N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
12246N/A
12246N/ACOMPONENT_NAME= pycurl
12246N/ACOMPONENT_VERSION= 7.19.0
12246N/ACOMPONENT_PROJECT_URL= http://pycurl.sourceforge.net/
12246N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
12246N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
12246N/ACOMPONENT_ARCHIVE_HASH= \
12246N/A sha256:eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642
12246N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
12246N/ACOMPONENT_BUGDB= python-mod/pycurl
12246N/A
12246N/AIPS_COMPONENT_VERSION= 7.19.0.1
12246N/A
12246N/APATCH_LEVEL = 0
10545N/A
12246N/ATPNO= 5912
12246N/A
12246N/A# Syntax issues: not Python 3 ready.
12246N/APYTHON_VERSIONS= 2.7 2.6
12246N/A
12246N/Ainclude $(WS_MAKE_RULES)/prep.mk
12246N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
12246N/Ainclude $(WS_MAKE_RULES)/ips.mk
10545N/A
12246N/A# to make sure that the docs get installed in the right place.
12246N/APYTHON_DATA = /usr
12246N/A
12246N/A# common targets
12246N/Abuild: $(BUILD_32_and_64)
10583N/A
12246N/Ainstall: $(INSTALL_32_and_64)
12246N/A
10583N/Atest: $(NO_TESTS)
10583N/A
12246N/A
REQUIRED_PACKAGES += library/libidn
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/security/gss
REQUIRED_PACKAGES += web/curl