daemontools: add slashpackage build-style to Manual.md

This commit is contained in:
TJ Vanderpoel 2015-02-23 21:50:51 -06:00 committed by Juan RP
parent c4bbe395ad
commit 4fff43cc4b
1 changed files with 2 additions and 0 deletions

View File

@ -544,6 +544,8 @@ be defined to set the allowed python versions to be built, i.e:
- `waf` For packages that use the Python `waf` method with python2.
- `slashpackage` For packages that use the /package heirarchy and package/compile to build.
> If `build_style` is not set, the template must (at least) define a
`do_install()` function and optionally more phases via `do_xxx()` functions.