Sugar Network/Recipe Specification: Difference between revisions
No edit summary |
No edit summary |
||
| Line 193: | Line 193: | ||
Shell command to place files that are ready for distribution into the {{Code|%(DESTDIR)s}} directory. If ''install'' is missing, the entire {{Code|%(BUILDDIR)s}} (excepting temporary files) will be copied. | Shell command to place files that are ready for distribution into the {{Code|%(DESTDIR)s}} directory. If ''install'' is missing, the entire {{Code|%(BUILDDIR)s}} (excepting temporary files) will be copied. | ||
=== [Source] === | === [Source] === | ||
| Line 233: | Line 223: | ||
Options defined within ''[Build]'' section: | Options defined within ''[Build]'' section: | ||
* ''BUILDDIR'' where the build happens, directory contains untarred sources bundle | * ''BUILDDIR'' where the build happens, directory contains untarred sources bundle. This variable can be used in ''binding'' options, while local build it will point environment variables to the root of sources directory. | ||
* ''DESTDIR'' temporary path to place installed files before bundling them | * ''DESTDIR'' temporary path to place installed files before bundling them | ||
* ''PREFIX'' should be used as installation prefix path, e.g., for {{Code|./configure --prefix}} | * ''PREFIX'' should be used as installation prefix path, e.g., for {{Code|./configure --prefix}} | ||