Difference between revisions of "Package dependencies"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 1: | Line 1: | ||
| − | + | Packages can depend on each other (i.e., you have to install Firefox before installing some FIrefox plugin etc.). | |
| − | + | The format is very simple, and reminds the one used for [[profile dependencies]]: | |
| − | + | ||
| − | + | ||
| + | <package id=...> | ||
| + | <depends package-id="my-package"/> | ||
| + | <depends package-id="other-package"/> | ||
| + | ... | ||
| + | </package> | ||
| − | |||
[[category:Documentation]] | [[category:Documentation]] | ||
Revision as of 21:49, 9 April 2006
Packages can depend on each other (i.e., you have to install Firefox before installing some FIrefox plugin etc.).
The format is very simple, and reminds the one used for profile dependencies:
<package id=...>
<depends package-id="my-package"/>
<depends package-id="other-package"/>
...
</package>