1 | # Copyright 2002 Microsystems, Inc. All Rights Reserved.
|
---|
2 | # Use is subject to license terms.
|
---|
3 | #
|
---|
4 | # $Id: depend 1 1970-01-01 00:00:00Z vboxsync $
|
---|
5 | #
|
---|
6 | # This package information file defines software dependencies associated
|
---|
7 | # with the pkg. You can define three types of pkg dependencies with this file:
|
---|
8 | # P indicates a prerequisite for installation
|
---|
9 | # I indicates an incompatible package
|
---|
10 | # R indicates a reverse dependency
|
---|
11 | # <pkg.abbr> see pkginfo(4), PKG parameter
|
---|
12 | # <name> see pkginfo(4), NAME parameter
|
---|
13 | # <version> see pkginfo(4), VERSION parameter
|
---|
14 | # <arch> see pkginfo(4), ARCH parameter
|
---|
15 | # <type> <pkg.abbr> <name>
|
---|
16 | # (<arch>)<version>
|
---|
17 | # (<arch>)<version>
|
---|
18 | # ...
|
---|
19 | # <type> <pkg.abbr> <name>
|
---|
20 | # ...
|
---|
21 |
|
---|
22 | P SUNWcar Core Architecture, (Root)
|
---|
23 | P SUNWkvm Core Architecture, (Kvm)
|
---|
24 | P SUNWcsr Core Solaris, (Root)
|
---|
25 | P SUNWcsu Core Solaris, (Usr)
|
---|
26 | P SUNWcsd Core Solaris Devices
|
---|
27 | P SUNWcsl Core Solaris Libraries
|
---|
28 | P SUNWcarx Core Architecture, (Root) (64-bit)
|
---|
29 | P SUNWcsxu Core Solaris (Usr) (64-bit)
|
---|
30 | P SUNWcslx Core Solaris Libraries (64-bit)
|
---|