18727N/A#
17711N/A# CDDL HEADER START
17711N/A#
17711N/A# The contents of this file are subject to the terms of the
17711N/A# Common Development and Distribution License (the "License").
17711N/A# You may not use this file except in compliance with the License.
17711N/A#
17711N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17711N/A# or http://www.opensolaris.org/os/licensing.
17711N/A# See the License for the specific language governing permissions
17711N/A# and limitations under the License.
17711N/A#
17711N/A# When distributing Covered Code, include this CDDL HEADER in each
17711N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17711N/A# If applicable, add the following below this CDDL HEADER, with the
17711N/A# fields enclosed by brackets "[]" replaced with your own identifying
17711N/A# information: Portions Copyright [yyyy] [name of copyright owner]
17711N/A#
17711N/A# CDDL HEADER END
17711N/A#
17711N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
17711N/A#
17711N/Ainclude ../../../make-rules/shared-macros.mk
17711N/A
17711N/ACOMPONENT_NAME= foomatic-db
17711N/ACOMPONENT_VERSION= 20080903
17711N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
17711N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
17711N/ACOMPONENT_ARCHIVE_HASH= \
17711N/A sha256:a404d1243a313259490a6a29238498c438b6e8638dafeb980ab98de347957414
17711N/ACOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
17711N/ACOMPONENT_PROJECT_URL= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
17711N/ACOMPONENT_BUGDB= utility/foomatic
17711N/A
17711N/ATPNO= 6398
17711N/A
17711N/Ainclude $(WS_MAKE_RULES)/prep.mk
17711N/Ainclude $(WS_MAKE_RULES)/configure.mk
17711N/Ainclude $(WS_MAKE_RULES)/ips.mk
17711N/A
17711N/A# This package delivers only data files and has no dependencies.
COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
# One file is not gzipped; fix it
COMPONENT_POST_INSTALL_ACTION = \
gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
> $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
# common targets
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(NO_TESTS)