Makefile revision 5680
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# CDDL HEADER START
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# The contents of this file are subject to the terms of the
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# Common Development and Distribution License (the "License").
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# You may not use this file except in compliance with the License.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# or http://www.opensolaris.org/os/licensing.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# See the License for the specific language governing permissions
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# and limitations under the License.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# When distributing Covered Code, include this CDDL HEADER in each
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# If applicable, add the following below this CDDL HEADER, with the
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# fields enclosed by brackets "[]" replaced with your own identifying
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# information: Portions Copyright [yyyy] [name of copyright owner]
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock# CDDL HEADER END
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
ac88567a7a5bb7f01cf22cf366bc9d6203e24d7aHyon Kim# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock#
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockBUILD_BITS= 32
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockinclude ../../make-rules/shared-macros.mk
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock
ac88567a7a5bb7f01cf22cf366bc9d6203e24d7aHyon KimCOMPONENT_NAME= hal-cups-utils
ac88567a7a5bb7f01cf22cf366bc9d6203e24d7aHyon KimCOMPONENT_VERSION= 0.6.19
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockCOMPONENT_PROJECT_URL= http://fedorahosted.org/hal-cups-utils/
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockCOMPONENT_ARCHIVE_HASH= \
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock sha256:f40a7ebd1453d471a8a6bfd8c635708dd739a6160bb661813f936d936ba85618
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockCOMPONENT_ARCHIVE_URL= http://fedorahosted.org/releases/h/a/hal-cups-utils/$(COMPONENT_ARCHIVE)
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrockCOMPONENT_BUGDB= utility/hal-cups
275c9da86e89f8abf71135cf63d9fc23671b2e60eschrock
TPNO= 8957
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
PATCH_LEVEL = 0
USED_PYTHON=$(PYTHON.2.6.32)
CONFIGURE_ENV += PYTHON=$(USED_PYTHON)
CONFIGURE_OPTIONS += --datarootdir=$(ETCDIR)
CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)/hal
# Since we patch Makefile.am, we have to rebuild the autoconf generated files
# Just running automake does not work, since our automake is different from the one
# used by hal-cups-utils maintainer
COMPONENT_PREP_ACTION = ( \
cd $(@D); \
ACLOCAL=$(ACLOCAL) AUTOMAKE=$(AUTOMAKE) autoreconf; \
cd $(SOURCE_DIR); \
$(PERL) -pi -e 's,^\#!.*?python,\#!$(USED_PYTHON), if $$.==1' systemv/hal_lpadmin ; \
)
# ASLR disabled until sufficient testing can be performed.
ASLR_MODE= $(ASLR_DISABLE)
REQUIRED_PACKAGES += library/print/cups-libs
REQUIRED_PACKAGES += print/cups
REQUIRED_PACKAGES += system/hal
REQUIRED_PACKAGES += system/library/libdbus