summaryrefslogtreecommitdiffstats
path: root/specs/spf-2.0/buildsys.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-13 22:19:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-13 22:19:11 (EDT)
commitcb44dbe27f3366f7c019d2f2e26b8e9579fa265f (patch)
tree6f2628870d9b8610ff928f821da3e49502f72b23 /specs/spf-2.0/buildsys.mdwn
parente3340da06416b027110ca509e6507add5291e5b4 (diff)
Finish moving SPF 2.0 into a book.
Omitted (at least temporarily) are "Packaging Recommendations" and "Example Files".
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.