summaryrefslogtreecommitdiffstats
path: root/doc/pkg.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-09-02 15:05:59 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-02 15:05:59 (EDT)
commit193445b5425ec1107db8ceb0973bd2a7bee9ffbe (patch)
tree291ae5741dee23b77bb5789c4db8a460c44deba7 /doc/pkg.mdwn
parent54183d963de81b328732bb132d8891b992071550 (diff)
dev/pkg: New page
Diffstat (limited to 'doc/pkg.mdwn')
-rw-r--r--doc/pkg.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/pkg.mdwn b/doc/pkg.mdwn
new file mode 100644
index 0000000..1726af4
--- /dev/null
+++ b/doc/pkg.mdwn
@@ -0,0 +1,19 @@
+[[!meta title="Package Development Guides"]]
+
+Following is a series tutorials on preparing packages for ProteanOS.
+
+Getting Started
+---------------
+
+ * [[doc/pkg/dev-env]]
+
+ This tutorial explains how to set up a ProteanOS development system for
+ building software packages under **chroot**(8).
+
+Basic Packaging
+---------------
+
+ * [[doc/pkg/basic-expat]]
+
+ This tutorial offers an in-depth introduction to ProteanOS packaging, using
+ the Expat XML parser library as an example.