From 4e4a7b07e8e810f0d13dc63ad821ad284e81e506 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Feb 2015 16:19:38 +0100 Subject: [PATCH] Manual.md: improve `slashpackage` build_style descr. Close #1016 --- Manual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 9cee3fba93e..9aa3e5b3dc1 100644 --- a/Manual.md +++ b/Manual.md @@ -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.