Manual.md: improve `slashpackage` build_style descr.

Close #1016
This commit is contained in:
Juan RP 2015-02-25 16:19:38 +01:00
parent 0aafea17f6
commit 4e4a7b07e8
1 changed files with 2 additions and 1 deletions

View File

@ -544,7 +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 hierarchy and package/compile to build.
- `slashpackage` For packages that use the /package hierarchy and package/compile to build,
such as `daemontools` or any `djb` software.
> If `build_style` is not set, the template must (at least) define a
`do_install()` function and optionally more phases via `do_xxx()` functions.