| 61 | | {{{DESCRIPTION}}}: |
| 62 | | a (short) description of the software package |
| 63 | | {{{HOMEPAGE}}}: |
| 64 | | URI pointing to the official homepage of the software package |
| 65 | | {{{SRC_URI}}}: |
| 66 | | (a list of) URI(s) pointing to the source code archive of the software package |
| 67 | | {{{UNPACK}}}: |
| 68 | | indicates the type of archive: {{{tgz}}} (tar gzip) or {{{tbz}}} (tar bzip2)[[BR]] |
| 69 | | default = {{{tgz}}} |
| 70 | | {{{REVISION}}}: |
| 71 | | indicates the BePort revision: {{{1}}}, {{{2}}}, {{{3}}}, ... |
| 72 | | {{{PATCH}}}: |
| 73 | | indicates whether BeOS-specific patching is required: {{{YES}}} or {{{NO}}}[[BR]] |
| 74 | | default = {{{NO}}} |
| 75 | | {{{WORKING}}}: |
| 76 | | indicates whether this BePort is fully working: {{{YES}}} or {{{NO}}}[[BR]] |
| 77 | | default = {{{YES}}} |
| 78 | | {{{DEPEND}}}: |
| 79 | | list of !BePorts this port depends upon: {{{category/portname >= portversion}}} |
| 80 | | {{{BUILD}}}: |
| 81 | | list of shell commands to execute in order to build the port |
| 82 | | {{{INSTALL}}}: |
| 83 | | list of shell commands to execute in order to install the port |
| | 61 | ||Key||Description||Type||Syntax||Mandatory||Default|| |
| | 62 | ||{{{DESCRIPTION}}}||a (short) description of the software package||single, list||text||yes||-|| |
| | 63 | ||{{{HOMEPAGE}}}||URI pointing to the official homepage of the software package||single||URI||yes||-|| |
| | 64 | ||{{{SRC_URI}}}||(a list of) URI(s) pointing to the source code archive of the software package||single, list||URI||yes||-|| |
| | 65 | ||{{{REVISION}}}||indicates the BePort revision||single||integer ({{{1}}}, {{{2}}}, {{{3}}}, ...)||yes||-|| |
| | 66 | ||{{{WORKING}}}||indicates whether this BePort is fully working||single||boolean ({{{yes}}}, {{{no}}})||no||{{{yes}}}|| |
| | 67 | ||{{{DEPEND}}}||(list of) !BePort(s) this port depends upon||single, list||{{{category/portname >= portversion}}}||no||-|| |
| | 68 | ||{{{BUILD}}}||list of shell commands to execute in order to build the port||shell||shell commands||no||-|| |
| | 69 | ||{{{INSTALL}}}||list of shell commands to execute in order to install the port||shell||shell commands||no||-|| |