From c4efba28515fdf0da16697256ba46c6bfff9086c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 10 Feb 2021 20:07:24 +0100 Subject: Make the package script "complex" Signed-off-by: Matthias Beyer --- examples/packages/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'examples/packages/README.md') diff --git a/examples/packages/README.md b/examples/packages/README.md index 5271689..838dc53 100644 --- a/examples/packages/README.md +++ b/examples/packages/README.md @@ -67,3 +67,16 @@ N, M, T and S starting right away. Multiple versions of one package are not yet considered in this setup. + +# The packaging + +The packaging script does the following: + +* In the "sourcecheck" phase, it checks whether the input is present (that would + be the .tar.gz file of the package to compile) +* In the "depcheck" phase, it checks whether all dependencies are present. This + is done to demonstrate what could be done, not because it makes a great deal + of sense +* In the "build" phase, it "builds" a package, by piping the version number of + the package itself to the output file. + -- cgit v1.2.3