components/make/Makefile
changeset 75 1f81099246e8
parent 64 a4b12971cf99
child 83 9ab0deb97868
equal deleted inserted replaced
74:7e35801ce8b8 75:1f81099246e8
    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 
       
    22 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    25 
    27 
    26 COMPONENT_NAME=		make
    28 COMPONENT_NAME=		make
    27 COMPONENT_VERSION=	3.81
    29 COMPONENT_VERSION=	3.81
    28 IPS_PKG_NAME=		developer/build/gnu-make
       
    29 COMPONENT_DESCRIPTION=	"GNU make - A utility used to build software (gmake) 3.81"
       
    30 COMPONENT_CLASSIFICATION="Development/GNU"
       
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_PROJECT_URL=	http://http.gnu.org/software/make/
       
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE_HASH=	sha1:cd4fa5a3184176492bf0799593a8f250a728210c
    32 COMPONENT_ARCHIVE_HASH=	sha1:cd4fa5a3184176492bf0799593a8f250a728210c
    35 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/make/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/make/$(COMPONENT_ARCHIVE)
    36 
    34 
    37 include ../../make-rules/prep.mk
    35 include ../../make-rules/prep.mk