Changes between Version 17 and Version 18 of BepFile
- Timestamp:
- 01/15/13 12:03:09 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BepFile
v17 v18 83 83 ||{{{COPYRIGHT}}}||(list of) copyright(s) for the port||single, list||text||no||-|| 84 84 85 BUILD, INSTALL and TEST 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.85 BUILD, INSTALL and TEST scripts are plain bash shell scripts. It is possible to do conditional execution or even loops. 86 86 87 87 An example of a build script is shown below. Notice that it is possible to add comments using a {{{#}}}. It is highly recommended to document anything special you might do inside a BUILD or INSTALL script. This might help people when they are porting other applications.
