components/beanshell/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
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= 32
    25 BUILD_BITS= 32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		beanshell
    28 COMPONENT_NAME=		beanshell
    34 # maintain previous versions of archives there anymore.  When/if this
    34 # maintain previous versions of archives there anymore.  When/if this
    35 # component is upgraded the download location should revert back to
    35 # component is upgraded the download location should revert back to
    36 # beanshell.org if possible.  Note also a fork of beanshell is receiving
    36 # beanshell.org if possible.  Note also a fork of beanshell is receiving
    37 # more attention at the google code repository of late.
    37 # more attention at the google code repository of late.
    38 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
    38 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
       
    39 COMPONENT_ANITYA_ID=	13278
    39 
    40 
    40 IPS_COMPONENT_VERSION=	2.0
    41 IPS_COMPONENT_VERSION=	2.0
    41 
    42 
    42 TPNO=			6200
    43 TPNO=			6200
    43 
    44