Difference between revisions of "Package dependencies"
From WPKG | Open Source Software Deployment and Distribution
m |
(slight grammar correction) |
||
| Line 1: | Line 1: | ||
Packages can depend on each other (i.e., you have to install Firefox before installing some Firefox plugin etc.). | 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 | + | The format is very simple, and similar to the one used for [[profile dependencies]]: |
Revision as of 21:01, 21 August 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 similar to 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.