Sugar Network/Recipe Specification: Difference between revisions
| Line 159: | Line 159: | ||
Shell command to configure sources before building, e.g, invoking the ''configure'' script in auto-tools-based projects. It is important to use [[#Predefined_options|predefined constants]], at least ''%(PREFIX)s'', during configuration to prepare valid Zero packages. If the source code does not require a configuration stage, this option could be omited. | Shell command to configure sources before building, e.g, invoking the ''configure'' script in auto-tools-based projects. It is important to use [[#Predefined_options|predefined constants]], at least ''%(PREFIX)s'', during configuration to prepare valid Zero packages. If the source code does not require a configuration stage, this option could be omited. | ||
''' | '''make''' = <shell-command> | ||
Shell command to | Shell command to make binaries from sources. If the source code does not require a making stage, this option could be omited. | ||
'''install''' = <shell-command> | '''install''' = <shell-command> | ||