| Index | SD-UX | Mkpkg | Mkbdl | Glossary |
| SD-UX elements: | bundle | product | subproduct | fileset | vendor |
There are conventions for fileset names which should be followed. A brief description of the conventions is included here, but for more information please see the HP Guidelines or the HP-UX Porting and Archive Centre Guidelines.
limit 16 characters. Type tag_string/version_component
base-RUN The run-time fileset for base. If base is entirely in the execution environment, the -RUN suffix may be omitted (just name the fileset base). If the product's execution environment mus tbe broken into smaller pieces for configurability, use -MIN and -AUX as follows. base-MIN The minimum runtime fileset for base base-AUX Auxiliary files for base other than those in base-MIN base-SHLIBS Shared library files for base base-HELP On-line help files. base-KRN Files need only to build a kernel. Can be removed after a kernel is built base-PRG Programming environment for base, exluding the files in base-KRN. If the header files base programming are small in size, include them in this fileset base-INC If the header files for base programming must be placed in a separate fileset, use base-INC base-MAN The manual entries associated with base. If the release notes for this product are small in size, include them in this fileset base-DEMO Files neede to run a demo for base base-NOTES The release notes for this product (if any). This fileset should only be defined if the release notes are fairly large, otherwise include the release notes in the base-MAN fileset
limit 80 characters. Type one_line_string
limit 2kB characters. limit 72 characters/line. Do not use <TAB> characters. Type multi_line_string
limit 8kB characters. limit 72 characters/line. Do not use <TAB> characters. Type multi_line_string
limit 1MB characters. limit 72 characters/line. Do not use <TAB> characters. Type multi_line_string
Type boolean
Type boolean
Type boolean
NOTE: Please specify all prerequisites as filesets. Do not depend on a subproduct, product, or bundle. There are some auxiliary tools that require all dependencies to be expressed as filesets.
Shared library dependencies are a form of corequisite dependency. Mkpkg automatically detects these dependencies and includes them in the package. See shared_libraries for more information.
NOTE: Please specify all corequisites as filesets. Do not depend on a subproduct, product, or bundle. There are some auxiliary tools that require all dependencies to be expressed as filesets.