Makefile revision 2426
308N/A#
308N/A# CDDL HEADER START
308N/A#
308N/A# The contents of this file are subject to the terms of the
308N/A# Common Development and Distribution License (the "License").
308N/A# You may not use this file except in compliance with the License.
308N/A#
308N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
308N/A# or http://www.opensolaris.org/os/licensing.
308N/A# See the License for the specific language governing permissions
308N/A# and limitations under the License.
308N/A#
308N/A# When distributing Covered Code, include this CDDL HEADER in each
308N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
308N/A# If applicable, add the following below this CDDL HEADER, with the
308N/A# fields enclosed by brackets "[]" replaced with your own identifying
308N/A# information: Portions Copyright [yyyy] [name of copyright owner]
308N/A#
308N/A# CDDL HEADER END
308N/A#
308N/A
308N/A#
308N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
308N/A#
308N/Ainclude ../../../make-rules/shared-macros.mk
308N/A
308N/ACOMPONENT_NAME= Babel
308N/ACOMPONENT_VERSION= 1.3
308N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
308N/ACOMPONENT_ARCHIVE_HASH= \
308N/A sha256:9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e
308N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
618N/ACOMPONENT_PROJECT_URL= http://babel.pocoo.org/
308N/ACOMPONENT_BUGDB= python-mod/babel
308N/A
308N/Ainclude $(WS_TOP)/make-rules/prep.mk
308N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
308N/Ainclude $(WS_TOP)/make-rules/ips.mk
308N/A
308N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
308N/A
308N/ACOMPONENT_POST_INSTALL_ACTION = \
308N/A (cd $(PROTO_DIR)/usr/bin ; \
308N/A $(MV) -f pybabel pybabel-$(PYTHON_VERSION))
308N/A
308N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
308N/ACOMPONENT_TEST_CMD = /usr/bin/pytest
308N/ACOMPONENT_TEST_ARGS=
308N/A
308N/A# common targets
308N/Abuild: $(BUILD_NO_ARCH)
308N/A
install: $(INSTALL_NO_ARCH)
test: $(TEST_NO_ARCH)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk