Changes between Version 14 and Version 15 of BepFile
- Timestamp:
- 05/15/10 18:59:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BepFile
v14 v15 79 79 ||{{{BUILD}}}||list of shell commands (script) to execute in order to build the port||shell||shell commands||no||-|| 80 80 ||{{{INSTALL}}}||list of shell commands to execute in order to install the port||shell||shell commands||no||-|| 81 ||{{{DISTRO}}}||list of shell commands to execute in order to install to a DESTDIR||shell||shell commands||no||-|| 81 ||{{{LICENSE}}}||(list of) license(s) for the port||single, list||text||no||-|| 82 ||{{{COPYRIGHT}}}||(list of) copyright(s) for the port||single, list||text||no||-|| 82 83 83 84 BUILD and INSTALL scripts are plain bash shell scripts. It is possible to do conditional execution or even loops. For example, it is possible to distinguish between the different BeOS platforms using the {{{BEPORTS_PLATFORM}}} environment variable. It can be one of {{{R5}}}, {{{BONE}}} or {{{HAIKU}}}. Haikuporter detects which BeOS platform it is running on and set the {{{BEPORTS_PLATFORM}}} variable accordingly.
