Sugar Network/Recipe Specification: Difference between revisions
| Line 226: | Line 226: | ||
'''package''' = <native-package-name> [; ...] | '''package''' = <native-package-name> [; ...] | ||
Name of package (binary package, for binary-based distributions) associated with the recipe. It is important to use real package name, for virtual packages, use ''provides'' option. | Name of a package (binary package, for binary-based distributions) associated with the recipe. It is important to use real package name, for virtual packages, use ''provides'' option. | ||
'''provides''' = <native-package-name> [; ...] | '''provides''' = <native-package-name> [; ...] | ||
If package | If ''package'' can be installed by virtual name. | ||
'''devel''' = <native-package-name> [; ...] | '''devel''' = <native-package-name> [; ...] | ||