From d8241a7720589604bcc4ac6fc1e72eaa3a369d3e Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Fri, 19 Jan 2018 23:14:37 +0100 Subject: [PATCH] README: Add notes about packaging Give some pointers on how to package bees for a distribution. Signed-off-by: Kai Krakow --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2f21a2d..2d048ea 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,16 @@ within a temporary runtime directory. ### Ubuntu 14.04: You can try to carry on the work done here: https://gist.github.com/dagelf/99ee07f5638b346adb8c058ab3d57492 +Packaging +--------- + +See 'Dependencies' below. Package maintainers can pick ideas for building and +configuring the source package from the Gentoo ebuild in `contrib/gentoo`. +You can configure some build options by creating a file `localconf` and +adjust settings for your distribution environment there. + +Please also review the Makefile for additional hints. + Dependencies ------------