components/foomatic/db/Makefile
changeset 5682 94c0ca64c022
parent 4339 6501cf9c29f9
child 6720 4bf7e80e4d8e
equal deleted inserted replaced
5681:b8fe51f35344 5682:94c0ca64c022
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 
    22 #
    22 #
       
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 BUILD_BITS= 32
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		foomatic-db
    28 COMPONENT_NAME=		foomatic-db
    26 COMPONENT_VERSION=	20080903
    29 COMPONENT_VERSION=	20080903
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    29 COMPONENT_ARCHIVE_HASH=	\
    30 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:a404d1243a313259490a6a29238498c438b6e8638dafeb980ab98de347957414
    31     sha256:a404d1243a313259490a6a29238498c438b6e8638dafeb980ab98de347957414
    31 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
    32 COMPONENT_PROJECT_URL=	http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
    33 COMPONENT_PROJECT_URL=	http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
    33 COMPONENT_BUGDB=	utility/foomatic
    34 COMPONENT_BUGDB=	utility/foomatic
    34 
    35 
    35 TPNO=			6398
    36 TPNO=			6398
    36 
    37 
    37 include $(WS_MAKE_RULES)/prep.mk
    38 TEST_TARGET= $(NO_TESTS)
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_MAKE_RULES)/common.mk
    39 include $(WS_MAKE_RULES)/ips.mk
       
    40 
    40 
    41 COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
    41 COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
    42 
    42 
    43 # One file is not gzipped; fix it
    43 # One file is not gzipped; fix it
    44 COMPONENT_POST_INSTALL_ACTION = \
    44 COMPONENT_POST_INSTALL_ACTION = \
    45  gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
    45  gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
    46   > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
    46   > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
    47 
    47 
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    49 
       
    50 # common targets
       
    51 configure:	$(CONFIGURE_32)
       
    52 
       
    53 build:		$(BUILD_32)
       
    54 
       
    55 install:	$(INSTALL_32)
       
    56 
       
    57 test:		$(NO_TESTS)
       
    58 
       
    59 system-test:    $(NO_TESTS)
       
    60