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 | + | 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]]: | The format is very simple, and reminds the one used for [[profile dependencies]]: | ||
Revision as of 22:28, 17 June 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.