components/python/pycups/Makefile
author John Beck <John.Beck@Oracle.COM>
Sat, 17 Jan 2015 09:17:37 -0800
branchs11-update
changeset 3661 47545fb8aed4
parent 2434 6c9bb5cf5610
child 3778 35735ffdda43
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     1
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     3
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     7
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    12
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    18
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    20
#
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    22
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    23
include ../../../make-rules/shared-macros.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    24
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    25
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    26
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    27
COMPONENT_NAME=		pycups
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    28
COMPONENT_VERSION=	1.9.46
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 234
diff changeset
    29
COMPONENT_PROJECT_URL=	http://cyberelk.net/tim/software/pycups/
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 706
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 706
diff changeset
    33
    sha256:74abd1d6b1a5b8a22d2ccf3730000848fcef0b63c6105b178f73ff76e72bc8fe
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_URL=	http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 873
diff changeset
    35
COMPONENT_BUGDB=	python-mod/pycups
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    36
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    37
TPNO=			9025
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    38
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/prep.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/setup.py.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    41
include $(WS_TOP)/make-rules/ips.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    42
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    43
# pycups requires VERSION to be defined. Originally set in the package Makefile
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    44
CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    45
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    46
# common targets
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    47
build:		$(BUILD_32_and_64)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    48
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    49
install:	$(INSTALL_32_and_64)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    50
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    51
test:		$(NO_TESTS)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    52
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    53
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    54
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    55
include $(WS_TOP)/make-rules/depend.mk