6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2010, Richard Lowe
25 # Copyright 2012, Piotr Jasiukajtis
26 #
27
28 set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS)
29 set name=pkg.description value="tools used to build the OS-Net consolidation"
30 set name=pkg.summary value="OS-Net Build Tools"
31 set name=info.classification \
32 value="org.opensolaris.category.2008:Development/Distribution Tools"
33
34 #
35 # This package should not be incorporated. This allows the tools
36 # to be upgraded without upgrading the entire system.
37 #
38 set name=org.opensolaris.noincorp value=true
39 set name=variant.arch value=$(ARCH)
40 dir path=opt group=sys
41 dir path=opt/onbld
42 dir path=opt/onbld/bin
43 dir path=opt/onbld/bin/$(ARCH)
44 dir path=opt/onbld/env
45 dir path=opt/onbld/etc
|
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2010, Richard Lowe
25 # Copyright 2012, Piotr Jasiukajtis
26 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
27 #
28
29 set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS)
30 set name=pkg.description value="tools used to build the OS-Net consolidation"
31 set name=pkg.summary value="OS-Net Build Tools"
32 set name=info.classification \
33 value="org.opensolaris.category.2008:Development/Distribution Tools"
34
35 #
36 # This package should not be incorporated. This allows the tools
37 # to be upgraded without upgrading the entire system.
38 #
39 set name=org.opensolaris.noincorp value=true
40 set name=variant.arch value=$(ARCH)
41 dir path=opt group=sys
42 dir path=opt/onbld
43 dir path=opt/onbld/bin
44 dir path=opt/onbld/bin/$(ARCH)
45 dir path=opt/onbld/env
46 dir path=opt/onbld/etc
|