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