components/make/make.p5m
changeset 75 1f81099246e8
parent 64 a4b12971cf99
child 76 a084497ff237
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 #
       
    25 
    23 set name=pkg.fmri value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.fmri value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24 set name=pkg.summary value="$(COMPONENT_SUMMARY) "
    27 set name=pkg.summary value="A utility for directing compilation."
    25 set name=pkg.description value="$(COMPONENT_DESCRIPTION) "
    28 set name=pkg.description value="GNU Make is an utility which controls the genration of executables and other target files."
    26 set name=info.classification value="org.opensolaris.category.2008:$(COMPONENT_CLASSIFICATION) "
    29 set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
    27 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
    30 set name=info.upstream_url value=http://http.gnu.org/software/make/
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 set variant.arch=$(ARCH)
    33 set variant.arch=$(ARCH)
    31 
    34 
    32 dir path=usr
    35 dir path=usr
   125     target=../../../../share/man/man1/gmake.1
   128     target=../../../../share/man/man1/gmake.1
   126 link path=usr/sfw/bin/gmake target=../../bin/gmake
   129 link path=usr/sfw/bin/gmake target=../../bin/gmake
   127 link path=usr/sfw/share/man/man1/gmake.1 \
   130 link path=usr/sfw/share/man/man1/gmake.1 \
   128     target=../../../../share/man/man1/gmake.1
   131     target=../../../../share/man/man1/gmake.1
   129 
   132 
   130 
       
   131 license make.license license="GPLv2"
   133 license make.license license="GPLv2"
   132 
   134 
   133 legacy arch=$(ARCH) category=system \
   135 legacy	pkg=SUNWgmake \
   134 	name="gmake - GNU make" \
   136 	name="gmake - GNU make" \
   135 	desc="GNU make - A utility used to build software (gmake) 3.81" \
   137 	desc="GNU make - A utility used to build software (gmake) 3.81"
   136 	hotline="Please contact your local service provider" \
       
   137 	pkg=SUNWgmake variant.arch=$(ARCH) vendor="Oracle Corporation" \
       
   138 	version=11.11.0,REV=2010.10.26.16.59
       
   139 
       
   140 set name=variant.opensolaris.zone value=global value=nonglobal