Makefile revision 3778
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# CDDL HEADER START
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# The contents of this file are subject to the terms of the
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# Common Development and Distribution License (the "License").
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# You may not use this file except in compliance with the License.
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# or http://www.opensolaris.org/os/licensing.
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# See the License for the specific language governing permissions
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# and limitations under the License.
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
6c03089c32c251d823173bda4d809a9e643219f0Lennart Poettering# CDDL HEADER END
96cde13ace6406582688028f3df5668a172ba628Zbigniew Jędrzejewski-Szmek# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3ffd4af22052963e7a29431721ee204e634bea75Lennart Poetteringinclude ../../../make-rules/shared-macros.mk
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart PoetteringCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3ffd4af22052963e7a29431721ee204e634bea75Lennart PoetteringCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3ffd4af22052963e7a29431721ee204e634bea75Lennart Poettering sha256:f1960d8bff0aafad9252b9e80279748fe7ebe5e719487d132ccb1281523cdb62
96cde13ace6406582688028f3df5668a172ba628Zbigniew Jędrzejewski-SzmekCOMPONENT_ARCHIVE_URL= $(call pypi_url)
7027ff61a34a12487712b382a061c654acc3a679Lennart PoetteringCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pydns
d4fffc4b8beb86e77fd710c1f43913a490ed083aZbigniew Jędrzejewski-Szmek# Import/syntax issues: not Python 3 ready.
96cde13ace6406582688028f3df5668a172ba628Zbigniew Jędrzejewski-Szmekinclude $(WS_TOP)/make-rules/setup.py.mk
d7bd3de0654669e65b9642c248c5fa6d1d9a9f61Lennart PoetteringCOMPONENT_TEST_DIR = $(COMPONENT_SRC)/tests
cfeaa44a09756a93a881f786678973d9b1e382dbLennart Poettering# common targets
d4fffc4b8beb86e77fd710c1f43913a490ed083aZbigniew Jędrzejewski-SzmekBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)