Skip to content
serialseb edited this page Dec 24, 2010 · 1 revision

Meta Packages

Packages that only contain a descriptor with the list of packages are called meta-packages. The only contain a descriptor and a version files, and are useful to define a list of packages as a bundle.

To create a meta package, initialize a repository using

$ o init-wrap packageName -meta

Building a meta package is done as normal using the build command.

$ o build-wrap