Makefile revision 3789
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# CDDL HEADER START
e071fb22ea9923a2a4ff41184d80ca46b55ee932Till Mossakowski# The contents of this file are subject to the terms of the
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# Common Development and Distribution License (the "License").
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# You may not use this file except in compliance with the License.
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# or http://www.opensolaris.org/os/licensing.
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# See the License for the specific language governing permissions
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# and limitations under the License.
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# If applicable, add the following below this CDDL HEADER, with the
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# fields enclosed by brackets "[]" replaced with your own identifying
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# information: Portions Copyright [yyyy] [name of copyright owner]
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder# CDDL HEADER END
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowskiinclude ../../../make-rules/shared-macros.mk
26d11a256b1433604a3dbc69913b520fff7586acChristian MaederCOMPONENT_PROJECT_URL= http://cyberelk.net/tim/software/pycups/
b565cd55a13dbccc4e66c344316da525c961e4caTill MossakowskiCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
ee1bb5885be64596b02462e771fb79abcc24c33aChristian Maeder sha256:74abd1d6b1a5b8a22d2ccf3730000848fcef0b63c6105b178f73ff76e72bc8fe
b565cd55a13dbccc4e66c344316da525c961e4caTill MossakowskiCOMPONENT_ARCHIVE_URL= http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
b565cd55a13dbccc4e66c344316da525c961e4caTill Mossakowski# Fails to compile: not Python 3 ready.
26d11a256b1433604a3dbc69913b520fff7586acChristian Maeder# pycups requires VERSION to be defined. Originally set in the package Makefile
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian MaederCFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
5c358300e78157f4bfaf5415c70e1096a9205b61Christian Maeder# common targets