summaryrefslogtreecommitdiffstats
path: root/specs/spf-2.0/buildsys.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'specs/spf-2.0/buildsys.mdwn')
-rw-r--r--specs/spf-2.0/buildsys.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/specs/spf-2.0/buildsys.mdwn b/specs/spf-2.0/buildsys.mdwn
new file mode 100644
index 0000000..5f5e302
--- /dev/null
+++ b/specs/spf-2.0/buildsys.mdwn
@@ -0,0 +1,22 @@
+Configuration Script [config]
+=============================
+
+TODO
+
+
+Build Makefile [build]
+======================
+
+TODO
+
+
+Build Work Area [work-area]
+===========================
+
+When building packages, a new directory named `tmp` shall be created in the
+source package directory. In this directory, the package source code shall be
+copied or unpacked into a directory called `src` and an installation destination
+directory named `dest` shall be created.
+
+After all expected binary packages have been built, the work area (`tmp` and its
+children) shall be removed.