Makefile revision 3817
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder#
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder# CDDL HEADER START
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder#
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder# The contents of this file are subject to the terms of the
1ba51e89f63278f541a547315926a05f92c676ffChristian Maeder# Common Development and Distribution License (the "License").
5aceed326fe593ff15bef79c5a86eef2df62a2baChristian Maeder# You may not use this file except in compliance with the License.
adda0e6252b14215228e4071b347c49b808894f8Christian Maeder#
adda0e6252b14215228e4071b347c49b808894f8Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
adda0e6252b14215228e4071b347c49b808894f8Christian Maeder# or http://www.opensolaris.org/os/licensing.
fa43fb19389da6eb222a2a1377943a96d55869e3Christian Maeder# See the License for the specific language governing permissions
1ba51e89f63278f541a547315926a05f92c676ffChristian Maeder# and limitations under the License.
1ba51e89f63278f541a547315926a05f92c676ffChristian Maeder#
1ba51e89f63278f541a547315926a05f92c676ffChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f5ac0f8cf78c06be3a34e9a3bd092af73001ff63Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5aceed326fe593ff15bef79c5a86eef2df62a2baChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
8a7ad8206acb800a9bf7220c49ad5983b57c0f5fChristian Maeder#
f5ac0f8cf78c06be3a34e9a3bd092af73001ff63Christian Maeder# CDDL HEADER END
a404e52c02ffe006736f42b123f557c44de918faChristian Maeder#
#
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= pycurl
COMPONENT_VERSION= 7.19.0
COMPONENT_PROJECT_URL= http://pycurl.sourceforge.net/
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642
COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB= python-mod/pycurl
IPS_COMPONENT_VERSION= 7.19.0.1
PATCH_LEVEL = 0
TPNO= 5912
# Syntax issues: not Python 3 ready.
PYTHON_VERSIONS= 2.7 2.6
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
# to make sure that the docs get installed in the right place.
PYTHON_DATA = /usr
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(NO_TESTS)
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += web/curl