Difference between revisions of "Package dependencies"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 10: | Line 10: | ||
</package> | </package> | ||
| + | Note that "package dependencies" are now defined differently than in 0.9.6 and 0.9.7; this previous format is not supported. | ||
[[category:Documentation]] | [[category:Documentation]] | ||
Revision as of 22:17, 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>
Note that "package dependencies" are now defined differently than in 0.9.6 and 0.9.7; this previous format is not supported.