components/which/which.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 22 Mar 2011 16:12:59 -0700
changeset 145 1e2390f5555e
parent 76 a084497ff237
child 181 87e11e685b1f
permissions -rw-r--r--
7020836 revert workaround in 7014413 now that pkglint doesn't complain 7028457 userland python2.6 should autogenerate dependencies 7028462 historical packaging should move to its own space 7028868 userland build should create architecture specific repositories 7028867 full userland build should refresh its repo catalog 7028870 userland's default publisher should be 'userland'
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
71
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     1
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     3
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     7
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    12
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    18
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    20
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    22
#
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    23
set name=pkg.fmri value=pkg:/shell/which@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
75
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 73
diff changeset
    24
set name=pkg.summary value="GNU which"
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 73
diff changeset
    25
set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 73
diff changeset
    26
set name=info.upstream_url value="http://www.xs4all.nl/~carlo17/which/"
71
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    27
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    28
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    29
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    30
dir path=usr
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    31
dir path=usr/gnu
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    32
dir path=usr/gnu/bin
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    33
dir path=usr/gnu/share
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    34
dir path=usr/gnu/share/man
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    35
dir path=usr/gnu/share/man/man1
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    36
dir path=usr/share
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    37
dir path=usr/share/info
76
a084497ff237 7016379 migrate elinks to userland (fix pkglint)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 75
diff changeset
    38
file path=usr/gnu/bin/which
71
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    39
file path=usr/gnu/share/man/man1/which.1
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    40
file path=usr/share/info/which.info
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    41
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    42
license which.license license="GPLv2"
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    43
75
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 73
diff changeset
    44
legacy	pkg=SUNWgnu-which \
71
8a9ee3f95d47 7016801 move gnu which to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    45
	name="GNU which" \
75
1f81099246e8 7017700 userland legacy actions should apply common defaults
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 73
diff changeset
    46
	desc="GNU which utility (2.16)"