components/tcsh/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
child 7912 1d7536fc48b3
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) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		tcsh
    28 COMPONENT_NAME=		tcsh
    30 IPS_COMPONENT_VERSION=	6.19.0
    30 IPS_COMPONENT_VERSION=	6.19.0
    31 COMPONENT_PROJECT_URL=	http://www.tcsh.org/
    31 COMPONENT_PROJECT_URL=	http://www.tcsh.org/
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:12e271e0b89e4259d9d6e8d525322e77340e7244cfbd199a591e5f8146285c49
    33     sha256:12e271e0b89e4259d9d6e8d525322e77340e7244cfbd199a591e5f8146285c49
    34 COMPONENT_ARCHIVE_URL=	ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
       
    35 COMPONENT_ANITYA_ID=	4945
    35 
    36 
    36 TPNO=			24443
    37 TPNO=			24443
    37 
    38 
    38 # the testsuite needs to be configured first
    39 # the testsuite needs to be configured first
    39 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
    40 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)