components/a2ps/Makefile
changeset 7687 1093e2a9adbd
parent 6897 95d141a9085b
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 COMPILER= gcc
    25 COMPILER= gcc
    26 BUILD_BITS= 64
    26 BUILD_BITS= 64
    27 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    28 
    28 
    29 COMPONENT_NAME=		a2ps
    29 COMPONENT_NAME=		a2ps
    30 COMPONENT_VERSION=	4.14
    30 COMPONENT_VERSION=	4.14
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:f3ae8d3d4564a41b6e2a21f237d2f2b104f48108591e8b83497500182a3ab3a4
    32     sha256:f3ae8d3d4564a41b6e2a21f237d2f2b104f48108591e8b83497500182a3ab3a4
       
    33 COMPONENT_ANITYA_ID=	5
    33 
    34 
    34 TPNO=			4517
    35 TPNO=			4517
    35 
    36 
    36 include $(WS_MAKE_RULES)/gnu-component.mk
    37 include $(WS_MAKE_RULES)/gnu-component.mk
    37 
    38