Norm Jacobs
2010-07-19 224e81cb2651cb05e03b827f0dcf1cc1414684a8
commit | author | age
9c75c0 1 #
NJ 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
22 #
23 include ../../make-rules/shared-macros.mk
24
25 PATH=/usr/bin:/usr/gnu/bin
26
27 COMPONENT_NAME=        pycups
28 COMPONENT_VERSION=    1.9.46
224e81 29 IPS_PKG_NAME=        library/python-2/pycups
9c75c0 30 COMPONENT_DESCRIPTION=    "Python language bindings for CUPS"
224e81 31 COMPONENT_CLASSIFICATION="System/Printing"
9c75c0 32 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6514ee 33 COMPONENT_PROJECT_URL=    http://cyberelk.net/tim/software/pycups/
9c75c0 34 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
3a319e 35 COMPONENT_ARCHIVE_HASH=    sha1:3d58a0f7b4a1b6a2880baf9ef5e14eae461d0982
9c75c0 36 COMPONENT_ARCHIVE_URL=    http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
NJ 37
38 include ../../make-rules/prep.mk
39 include ../../make-rules/setup.py.mk
40 include ../../make-rules/ips.mk
41
42 PYTHON_ENV +=    CFLAGS=-DVERSION=\\\"$(COMPONENT_VERSION)\\\"
43
44 # common targets
5d461f 45 build:        $(BUILD_32_and_64)
9c75c0 46
5d461f 47 install:    $(INSTALL_32_and_64)
9c75c0 48
NJ 49 BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)