usr/src/pkg/manifests/system-management-visual-panels-smf.mf
author David Powell <david.e.powell@oracle.com>
Mon, 13 Sep 2010 14:03:54 -0700
changeset 565 ef886e0e43aa
parent 557 9cf7e34379f3
child 571 cbc51f09c0b8
permissions -rw-r--r--
Added tag osol_148 for changeset 9cf7e34379f3 17021 A handful of packaging fixes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     1
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     3
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     7
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    12
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    18
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    20
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    21
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    22
#
510
2fadc08949db 16029 packages shouldn't specify publisher name
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    23
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    24
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    25
557
9cf7e34379f3 16885 package build needs to build vpanels incorporation
David Powell <david.e.powell@oracle.com>
parents: 531
diff changeset
    26
license cr_Oracle license=cr_Oracle
565
ef886e0e43aa Added tag osol_148 for changeset 9cf7e34379f3
David Powell <david.e.powell@oracle.com>
parents: 557
diff changeset
    27
set name=pkg.fmri value=pkg:/system/management/visual-panels/panel-smf@$(PKGVERS)
557
9cf7e34379f3 16885 package build needs to build vpanels incorporation
David Powell <david.e.powell@oracle.com>
parents: 531
diff changeset
    28
set name=pkg.summary value="SMF Service Administration GUI"
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    29
set name=pkg.description value="SMF Service Administration GUI"
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    30
set name=info.classification value="Applications/Configuration and Preferences"
565
ef886e0e43aa Added tag osol_148 for changeset 9cf7e34379f3
David Powell <david.e.powell@oracle.com>
parents: 557
diff changeset
    31
set name=variant.arch value=$(ARCH)
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    32
dir path=etc group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    33
dir path=etc/gconf group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    34
dir path=etc/gconf/schemas group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    35
file path=etc/gconf/schemas/scf.schemas group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    36
dir path=usr group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    37
dir path=usr/lib
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    38
file path=usr/lib/service-browser mode=0555
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    39
dir path=usr/share group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    40
dir path=usr/share/lib group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    41
dir path=usr/share/lib/java group=sys
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    42
link path=usr/share/lib/java/vpanels-panels-smf.jar target=../../vpanels/panel/vpanels-panels-smf.jar
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    43
dir path=usr/share/vpanels
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    44
dir path=usr/share/vpanels/panel
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    45
file path=usr/share/vpanels/panel/vpanels-panels-smf.jar
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    46
dir path=usr/share/vpanels/panels
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 510
diff changeset
    47
file path=usr/share/vpanels/panels/smf.xml
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    48
depend fmri=pkg:/system/management/visual-panels@$(PKGVERS) type=require