components/foomatic/fppd/Makefile
changeset 762 d87f60e41094
parent 609 775168282b2f
child 800 2ad056ed89ec
equal deleted inserted replaced
761:3518078b68c4 762:d87f60e41094
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		foomatic-filters-ppds
    25 COMPONENT_NAME=		foomatic-filters-ppds
    26 COMPONENT_VERSION=	20080818
    26 COMPONENT_VERSION=	20080818
    42 	$(TOUCH) $@
    42 	$(TOUCH) $@
    43 
    43 
    44 # move tree of .ppd-s to proto and gzip it
    44 # move tree of .ppd-s to proto and gzip it
    45 $(SOURCE_DIR)/.installed: $(SOURCE_DIR)/.built
    45 $(SOURCE_DIR)/.installed: $(SOURCE_DIR)/.built
    46 	$(MKDIR) $(PROTOUSRSHAREDIR)/ppd
    46 	$(MKDIR) $(PROTOUSRSHAREDIR)/ppd
       
    47 	/usr/bin/find $(SOURCE_DIR)/share/ppd -name "*.ppd" -exec gzip {} +
    47 	$(CLONEY) $(SOURCE_DIR)/share/ppd $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
    48 	$(CLONEY) $(SOURCE_DIR)/share/ppd $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
    48 	gzip -rf $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
       
    49 	$(TOUCH) $@
    49 	$(TOUCH) $@
    50 
    50 
    51 # common targets
    51 # common targets
    52 build:	$(SOURCE_DIR)/.built
    52 build:	$(SOURCE_DIR)/.built
    53 
    53