pack_gen_meta – generate and store metainformation for package manager.

Description

The method creates metainformation files, used by installable binary archives. In case of single binary package it writes to D. In case of several ones it saves results in their subdirectories by template IMGDIR/subpackage.

The method is not connected with existing package managers in default core implementation. It generates simple text information as reference. A module with support of some existing package format should implement this method in its own way.

Writing

The method must write to D or IMGDIR.

Variables

The method is expected to use any-api(7) variables:
D
IMGDIR
PV
BPV
PN
BPN
BP
DESCRIPTION
DISTDIR
ANYARCH
RELEASE

Interfaces

The method is expected to call any-map(7) interfaces:
fetch_inner_version(3)

Options

The following options are expected to affect the method:
any_release_id

See also

any(1), any-map(7), any-api(7)