Sugar Network/Recipe Specification: Difference between revisions
No edit summary |
|||
| Line 94: | Line 94: | ||
List of [[Activity Team/Zero Sugar/Packaging Guide#Package_names|dependencies]] that should exist before using the package. | List of [[Activity Team/Zero Sugar/Packaging Guide#Package_names|dependencies]] that should exist before using the package. | ||
'''binding''' = [prepend|append|replace] <variable-name> [<insert-text-to-prepend-variable-value>] [; ...] | '''binding''' = [prepend|append|replace] <variable-name> [<insert-text-to-prepend-variable-value>] [; ...] | ||
| Line 307: | Line 303: | ||
[Component/python] | [Component/python] | ||
requires = python; pygtk; pycairo; %(slug)s | requires = python; pygtk; pycairo; %(slug)s | ||
binding = PYTHONPATH python | binding = PYTHONPATH python | ||
include = python/** | include = python/** | ||