diff options
author | P. J. McDermott <pehjota> | 2013-05-12 14:59:44 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-12 14:59:44 (EDT) |
commit | 8094c27eb134c015352d34edaf25561a24446fbc (patch) | |
tree | 2ab1d317222d50fcd9a08e94d85e3604148a1e91 | |
parent | ebbc1a1b3bc004ff1deb759d1f4c2e43d6b1b6b9 (diff) |
dev: Refactor packaging section a bit.
-rw-r--r-- | dev.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -4,12 +4,14 @@ Software Packaging ================== Packaging is the preparation of build instructions and metadata for software -programs and libraries to be built and installed on users' systems. There is -always [[more_software_to_be_packaged|dev/todo/packaging]]. +programs and libraries to be built and installed on users' systems. -Source packages have a documented [format][spf-2.0]. +Source packages have a documented [format][spf-2.0], and a +[[tutorial|dev/packaging/tutorials/basic]] on packaging is available. -A [[tutorial|dev/packaging/tutorials/basic]] on packaging is available. +There is always [[more_software_to_be_packaged|dev/pkg/needed]], and +[[many_packages|dev/pkg/spf-2.0]] need to be updated to the latest package +format. Most source packages are maintained in [Git repositories][git-pkg]. To request a repository for your package, [contact][pehjota-contact] the system |