doc/manual.txt: explain steps required for additional subpkgs.
This commit is contained in:
parent
40bf87a236
commit
1ed16b0058
1 changed files with 15 additions and 0 deletions
|
@ -60,6 +60,21 @@ in a directory matching `$pkgname`, i.e: `xbps-packages/srcpkgs/foo/template`.
|
||||||
If everything went fine after running `xbps-src build-pkg` a binary package
|
If everything went fine after running `xbps-src build-pkg` a binary package
|
||||||
called `foo-1.0_1.<arch>.xbps` will be generated in the local repository.
|
called `foo-1.0_1.<arch>.xbps` will be generated in the local repository.
|
||||||
|
|
||||||
|
Additional binary packages (those defined in `_package() blocks` need a
|
||||||
|
symlink to the `main` package, like this:
|
||||||
|
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
/srcpkgs
|
||||||
|
|- foo <- directory
|
||||||
|
| |- template
|
||||||
|
|- foo-devel <- symlink to `foo`
|
||||||
|
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
Otherwise dependencies requiring those packages won't find its `template`
|
||||||
|
file.
|
||||||
|
|
||||||
Package build phases
|
Package build phases
|
||||||
--------------------
|
--------------------
|
||||||
Building a package consist of the following phases:
|
Building a package consist of the following phases:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue