InstallPkgMeta¶
This module defines install_pkgmeta() and the deprecated
install_license() to install metadata files such as
INSTALL, LICENSE, or README.
- install_pkgmeta¶
Install metadata files.
install_pkgmeta([<options>])
Options¶
INSTALLER_LICENSE <license-file>Install the specified
LICENSEfile.INSTALLER_README <readme-file>Install the specified
READMEfile.INSTALLER_WELCOME <welcome-file>Install the specified
WELCOMEfile.
Unrecognized options are passed to
_cet_install().Details¶
The following patterns are used to identify metadata files for installation in addition to any options used:
COPYING,COPYING.*LICEN[CS]E,LICEN[CS]E.*LICEN[CS]ES,LICEN[CS]ES.*INSTALL*,*README*
If not identified specifically by the relevant option, the lexically-first identified
LICENSE,README, orWELCOMEfiles will be used to setCPACK_RESOURCE_FILE_LICENSE,CPACK_RESOURCE_FILE_README, and,CPACK_RESOURCE_FILE_WELCOMErespectively.
- install_license¶
Install metadata files.
..deprecated:: use
install_pkgmeta().
Cetmodules