Changes between Version 5 and Version 6 of HaikuPorterForPM/BuildRecipes
- Timestamp:
- 06/15/13 19:03:07 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaikuPorterForPM/BuildRecipes
v5 v6 101 101 The following shell functions are defined by !HaikuPorter to make them available to the build recipe script: 102 102 103 ==== addAppDeskbarSymlink() ==== 104 105 usage:: `addAppDeskbarSymlink <appPath> [ <entryName> ]` 106 purpose:: Creates a Deskbar symlink for an application. 107 params:: 108 - '''appPath:''' The absolute path to the application executable. 109 - '''entryName:''' The name of the application as it shall appear in the Deskbar. Can be omitted, in which case the file name of the application executable is used. 110 103 111 ==== fixDevelopLibDirReferences() ==== 104 112 … … 116 124 purpose:: Moves the given entries to the packaging directory for the sibling package specified by `packageSuffix`. In effect, the given entries will not be put into the main package, but they will be put into the sibling package instead. 117 125 params:: 118 - '''packageSuffix ;''' The suffix of the sibling package where the entries should be moved to.119 - '''entry ;''' Specifies a single entry to be moved from the main package to the sibling package. The given entry paths can be absolute or relative to `$prefix`.126 - '''packageSuffix:''' The suffix of the sibling package where the entries should be moved to. 127 - '''entry:''' Specifies a single entry to be moved from the main package to the sibling package. The given entry paths can be absolute or relative to `$prefix`. 120 128 121 129 ==== prepareInstalledDevelLib() ====
