![]() |
|
ForumMon Mar 27 12:18:18 2023 UTC Help: Installationteniie2 ![]() Wed Mar 22 21:50:59 2023 UTC Help: GeneralThierry ![]() Mon Mar 20 22:49:30 2023 UTC Help: GeneralThierry ![]() Sat Mar 18 17:50:53 2023 UTC Help: GeneralDj ![]() Sat Mar 18 16:20:49 2023 UTC Help: Generalvikrang ![]() Sun Mar 12 22:33:33 2023 UTC Help: ProgrammingThierry ![]() Thu Mar 9 17:29:47 2023 UTC Help: ProgrammingFerran ![]() Thu Mar 9 11:49:10 2023 UTC Help: Installationteniie2 ![]() Tue Mar 7 07:15:07 2023 UTC Help: ProgrammingThierry ![]() Mon Mar 6 17:37:51 2023 UTC Documentation: Tips and TricksFerran ![]() |
Thu Dec 29 19:08:43 2022 UTC The PkgfilePackaging Helper VariablesPKGSpecifies the root folder when packaging.SRCSpecifies the full path to the sources and compilation root folder.PKGMK_SOURCE_DIRSpecifies the full path of the folder where sources are downloaded.PKGMK_WORK_DIRSpecifies the full path to the working folder.PKGMK_NO_STRIPSwitch to disable the removal of symbols in generated binaries.Enabled: PKGMK_NO_STRIP="yes" PKGMK_IGNORE_UNPACKSwitch to skip extracting files from a source archive.Enabled: PKGMK_IGNORE_UNPACK="yes"Default: "no" PKGMK_COMPRESS_PACKAGESwitch to enable compression of binary package archives.PKGMK_COMPRESS_MODESwitch to choose the compression mode.Default: "xz" Possible values: gz, bz2 and xz PKGMK_KEEP_SOURCESSwitch to keep sources:PKGMK_KEEP_LA_LIBSSwitch to keep .la libraries.PKGMK_CLEANSwitch to clean up product package archives.PKGMK_GROUPSTable of possible groups.Possible values: lib, devel, man, doc, service Default: (devel man doc service) PKGMK_LOCALESArray of locales generated (if any) at packaging.PKGMK_COLLECTIONSTable allowing 'pkgmk' to find dependencies automatically in folders.
Possible values: (base cli cli-extra gui gui-extra
String of characters.
The name of a package must contain lowercase letters only.
The characters @ # / \ < > | are not allowed in the name
The maximum length of a name is determined by the maximum filename length.
It is best to keep the size as small as possible.
Minimum two characters.
Can contain any value representing the version of the sources used.
Useful for telling mybld to recompile the package.
Files whose names are specified in the sources array source() must be in the folder of the Pkgfile file.
Pre and post install files are not listed in this table.
Currently there are several modes:
The 'prepare' function is executed before the 'build' function below.
|