Sugar Network/Recipe Specification: Difference between revisions

Line 139: Line 139:


Required. The filename with sources bundle.
Required. The filename with sources bundle.
'''requires''' = <dependency> [(=|>=|<) <version>] [; ...]
Optional. List of [[Platform_Team/Guide/Packaging#Package_names|dependencies]] the package is based on.


  '''patches''' = <patch-filename> [patch-level] [; ...]
  '''patches''' = <patch-filename> [patch-level] [; ...]


The list of patches that need to be applied before building.
The list of patches that need to be applied before building.
'''conflict''' = <native-package-name> [; ...]
The list of native packages, i.e., names from particular GNU/Linux distribution, that conflict with the sweet based package and cannot be installed at the same time.


== Archive sections ==
== Archive sections ==