335N/A#
335N/A# CDDL HEADER START
335N/A#
335N/A# The contents of this file are subject to the terms of the
335N/A# Common Development and Distribution License (the "License").
335N/A# You may not use this file except in compliance with the License.
335N/A#
335N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
335N/A# or http://www.opensolaris.org/os/licensing.
335N/A# See the License for the specific language governing permissions
335N/A# and limitations under the License.
335N/A#
335N/A# When distributing Covered Code, include this CDDL HEADER in each
335N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
335N/A# If applicable, add the following below this CDDL HEADER, with the
335N/A# fields enclosed by brackets "[]" replaced with your own identifying
335N/A# information: Portions Copyright [yyyy] [name of copyright owner]
335N/A#
335N/A# CDDL HEADER END
335N/A#
5680N/A
335N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= 32
335N/Ainclude ../../../make-rules/shared-macros.mk
335N/A
335N/ACOMPONENT_NAME= foomatic-db
6718N/ADAILY_VERSION= 20160721
6718N/A# foomatic-db creates only the daily snapshots
6718N/ACOMPONENT_VERSION= $(DAILY_VERSION)
6718N/AFOO_VERSION= 4.0
6718N/AIPS_COMPONENT_VERSION= $(FOO_VERSION).$(DAILY_VERSION)
6718N/ATPNO= 30222
6718N/A# version (4.0) is relative to foomatic-db-engine
6718N/A# ...do not combine foomatic-db with foomatic-db-engine of the different versions
6718N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(FOO_VERSION)-$(DAILY_VERSION).tar.gz
6718N/ACOMPONENT_ARCHIVE_HASH= sha256:8067ec4cee262fad8a490cb2a2836a8576eff745dd74b6478899b337a020a607
6718N/ACOMPONENT_ARCHIVE_URL= http://www.openprinting.org/download/foomatic/$(COMPONENT_ARCHIVE)
6718N/ACOMPONENT_PROJECT_URL= https://wiki.linuxfoundation.org/openprinting/database/foomatic
1258N/ACOMPONENT_BUGDB= utility/foomatic
335N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
2123N/A
6718N/A# var is needed to check the "weird symlinks"
6718N/APKG_MACROS += COMPONENT_DIR="$(COMPONENT_DIR)"
6718N/A# directory to search for "include" in mogrify .p5m
6718N/APKG_OPTIONS += -I $(COMPONENT_DIR)
6718N/A
6718N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
335N/ACOMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
335N/A
6718N/ACONFIGURE_OPTIONS += --with-drivers=NOOBSOLETES
6718N/ACONFIGURE_OPTIONS += INSTALL=/usr/sbin/install
6718N/ACONFIGURE_OPTIONS += TAR=/usr/gnu/bin/tar
335N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)