Sugar Network/Recipe Specification: Difference between revisions
| Line 134: | Line 134: | ||
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. | ||
The rest of options make sense only while local building. | |||
'''cleanup''' = <shell-command> | |||
Make {{Code|%(BUILDDIR)s}} ready to start new, clean, build. For example, for autotools based projects, it could be {{Code|make distclean; ./autogen.sh}}. | |||
'''implement''' = <shell-command> | '''implement''' = <shell-command> | ||