Sugar Network/Recipe Specification: Difference between revisions
| Line 217: | Line 217: | ||
If this section is present, the recipe should be used only for defining native packages on http://refinery.sugarlabs.org. | If this section is present, the recipe should be used only for defining native packages on http://refinery.sugarlabs.org. | ||
'''package''' = <native-package-name> | '''package''' = <native-package-name> | ||
Name of a package (binary package, for binary-based distributions) associated with the recipe. | Name of a package (binary package, for binary-based distributions) associated with the recipe. Option value might be a name of virtual package (a name that original package provides). | ||
'''devel''' = <native-package-name> | '''devel''' = <native-package-name> | ||
Name of devel package (for binary-based distributions) associated with the recipe. | Name of devel package (for binary-based distributions) associated with the recipe. Option value might be a name of virtual package (a name that original package provides). | ||
''' | '''type''' = <package-type> | ||
Packaging system type that describing package belongs to. Supported values (case-sensitive): | |||
* ''RPM'' for all RPM-based distributions, | * ''RPM'' for all RPM-based distributions, | ||
| Line 249: | Line 235: | ||
* ''Slack'' for Slackware distribution, | * ''Slack'' for Slackware distribution, | ||
* ''Ports'' for FreeBSD Ports. | * ''Ports'' for FreeBSD Ports. | ||
'''repo''' = <glob-mask> | |||
Case insensitive glob mask of repository name in OBS project that current recipe belongs to. If option is absent, aliasing will be applied to all repositories. | |||
'''arch''' = <arch-name> | |||
If option exists, aliasing will be applied only to specific arch. | |||
Aliasing might be different for different repositories, e.g., if repositories come from several GNU/Linux distributions. In that case per-repository Package sections should be used: | |||
[Package/<arbitrary-unique-name>] | |||
== Predefined options == | == Predefined options == | ||