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.


  '''build''' = <shell-command>
  '''make''' = <shell-command>


Shell command to build binaries from sources. If the source code does not require a building stage, this option could be omited.
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>