Sugar Network/Recipe Specification: Difference between revisions
| Line 157: | Line 157: | ||
'''configure''' = <shell-command> | '''configure''' = <shell-command> | ||
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]], | 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. | ||
'''build''' = <shell-command> | '''build''' = <shell-command> | ||