components/make/make.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 08 Feb 2011 10:54:06 -0800
changeset 76 a084497ff237
parent 75 1f81099246e8
child 83 9ab0deb97868
permissions -rw-r--r--
7016379 migrate elinks to userland (fix pkglint) 7017379 package metadata not required for building should be kept in the package manifest (fix dependency generation)

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="A utility for directing compilation."
set name=pkg.description value="GNU Make is an utility which controls the genration of executables and other target files."
set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
set name=info.upstream_url value=http://http.gnu.org/software/make/
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)

dir path=usr
dir path=usr/bin
dir path=usr/gnu
dir path=usr/gnu/bin
dir path=usr/gnu/share
dir path=usr/gnu/share/man
dir path=usr/gnu/share/man/man1
dir path=usr/sfw
dir path=usr/sfw/bin
dir path=usr/sfw/share
dir path=usr/sfw/share/man
dir path=usr/sfw/share/man/man1
dir path=usr/share
dir path=usr/share/info
dir path=usr/share/locale
dir path=usr/share/locale/be
dir path=usr/share/locale/be/LC_MESSAGES
dir path=usr/share/locale/da
dir path=usr/share/locale/da/LC_MESSAGES
dir path=usr/share/locale/de
dir path=usr/share/locale/de/LC_MESSAGES
dir path=usr/share/locale/es
dir path=usr/share/locale/es/LC_MESSAGES
dir path=usr/share/locale/fi
dir path=usr/share/locale/fi/LC_MESSAGES
dir path=usr/share/locale/fr
dir path=usr/share/locale/fr/LC_MESSAGES
dir path=usr/share/locale/ga
dir path=usr/share/locale/ga/LC_MESSAGES
dir path=usr/share/locale/gl
dir path=usr/share/locale/gl/LC_MESSAGES
dir path=usr/share/locale/he
dir path=usr/share/locale/he/LC_MESSAGES
dir path=usr/share/locale/hr
dir path=usr/share/locale/hr/LC_MESSAGES
dir path=usr/share/locale/id
dir path=usr/share/locale/id/LC_MESSAGES
dir path=usr/share/locale/ja
dir path=usr/share/locale/ja/LC_MESSAGES
dir path=usr/share/locale/ko
dir path=usr/share/locale/ko/LC_MESSAGES
dir path=usr/share/locale/nl
dir path=usr/share/locale/nl/LC_MESSAGES
dir path=usr/share/locale/pl
dir path=usr/share/locale/pl/LC_MESSAGES
dir path=usr/share/locale/pt_BR
dir path=usr/share/locale/pt_BR/LC_MESSAGES
dir path=usr/share/locale/ru
dir path=usr/share/locale/ru/LC_MESSAGES
dir path=usr/share/locale/rw
dir path=usr/share/locale/rw/LC_MESSAGES
dir path=usr/share/locale/sv
dir path=usr/share/locale/sv/LC_MESSAGES
dir path=usr/share/locale/tr
dir path=usr/share/locale/tr/LC_MESSAGES
dir path=usr/share/locale/uk
dir path=usr/share/locale/uk/LC_MESSAGES
dir path=usr/share/locale/vi
dir path=usr/share/locale/vi/LC_MESSAGES
dir path=usr/share/locale/zh_CN
dir path=usr/share/locale/zh_CN/LC_MESSAGES
dir path=usr/share/man
dir path=usr/share/man/man1
file path=usr/bin/gmake
file path=usr/share/info/make.info
file path=usr/share/info/make.info-1
file path=usr/share/info/make.info-2
file path=usr/share/locale/be/LC_MESSAGES/make.mo
file path=usr/share/locale/da/LC_MESSAGES/make.mo
file path=usr/share/locale/de/LC_MESSAGES/make.mo
file path=usr/share/locale/es/LC_MESSAGES/make.mo
file path=usr/share/locale/fi/LC_MESSAGES/make.mo
file path=usr/share/locale/fr/LC_MESSAGES/make.mo
file path=usr/share/locale/ga/LC_MESSAGES/make.mo
file path=usr/share/locale/gl/LC_MESSAGES/make.mo
file path=usr/share/locale/he/LC_MESSAGES/make.mo
file path=usr/share/locale/hr/LC_MESSAGES/make.mo
file path=usr/share/locale/id/LC_MESSAGES/make.mo
file path=usr/share/locale/ja/LC_MESSAGES/make.mo
file path=usr/share/locale/ko/LC_MESSAGES/make.mo
file path=usr/share/locale/nl/LC_MESSAGES/make.mo
file path=usr/share/locale/pl/LC_MESSAGES/make.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/make.mo
file path=usr/share/locale/ru/LC_MESSAGES/make.mo
file path=usr/share/locale/rw/LC_MESSAGES/make.mo
file path=usr/share/locale/sv/LC_MESSAGES/make.mo
file path=usr/share/locale/tr/LC_MESSAGES/make.mo
file path=usr/share/locale/uk/LC_MESSAGES/make.mo
file path=usr/share/locale/vi/LC_MESSAGES/make.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/make.mo
file path=usr/share/man/man1/gmake.1
link path=usr/gnu/bin/make target=../../bin/gmake
link path=usr/gnu/share/man/man1/make.1 \
    target=../../../../share/man/man1/gmake.1
link path=usr/sfw/bin/gmake target=../../bin/gmake
link path=usr/sfw/share/man/man1/gmake.1 \
    target=../../../../share/man/man1/gmake.1

license make.license license="GPLv2"

legacy	pkg=SUNWgmake \
	name="gmake - GNU make" \
	desc="GNU make - A utility used to build software (gmake) 3.81"