summaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-20 02:30:59 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-20 02:30:59 (EST)
commitd5e2def7e7e94b3dad1446c1c294e7375c01ded9 (patch)
tree873e753fcd7582dd462552c8b7ec6103beb39027 /projects
parent63d24a055dd9bc50e6c312b9d0df01a78cb9db64 (diff)
downloadwww-d5e2def7e7e94b3dad1446c1c294e7375c01ded9.zip
www-d5e2def7e7e94b3dad1446c1c294e7375c01ded9.tar.gz
www-d5e2def7e7e94b3dad1446c1c294e7375c01ded9.tar.bz2
Add opkhelper to projects.
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/index.html9
-rwxr-xr-xprojects/opkhelper/index.html22
2 files changed, 31 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html
index 9c02793..6893192 100755
--- a/projects/index.html
+++ b/projects/index.html
@@ -52,4 +52,13 @@
An implementation of Conway's Game of Life written in C and using the curses
interface.
</p>
+<h3><a href="opkhelper/">opkhelper (opkg Build Helper Tools)</a></h3>
+<p>
+ A set of programs to assist in building binary packages installable by the
+ lightweight package manager "opkg". These tools are inspired by
+ "debhelper", a similar set of programs written primarily by Joey Hess for
+ Debian. They are designed to build source packages that comply with draft
+ version 1.0 of
+ <a href="http://odin1.pehjota.net/git/free-embedded-os/tree/source-package-format-1.0.txt">this source package format</a>.
+</p>
<!--#include virtual="../includes/footer.html" -->
diff --git a/projects/opkhelper/index.html b/projects/opkhelper/index.html
new file mode 100755
index 0000000..4fc0d53
--- /dev/null
+++ b/projects/opkhelper/index.html
@@ -0,0 +1,22 @@
+<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" -->
+<!--#include virtual="../../includes/header.html" -->
+<h2>opkhelper (opkg Build Helper Tools)</h2>
+<p>
+ A set of programs to assist in building binary packages installable by the
+ lightweight package manager "opkg". These tools are inspired by
+ "debhelper", a similar set of programs written primarily by Joey Hess for
+ Debian. They are designed to build source packages that comply with draft
+ version 1.0 of
+ <a href="http://odin1.pehjota.net/git/free-embedded-os/tree/source-package-format-1.0.txt">this source package format</a>.
+</p>
+<h3>Getting opkhelper</h3>
+<p>
+ Download or browse the repository hosted on this server:<br>
+ <a href="http://odin1.pehjota.net/git/opkhelper/">&lt;http://odin1.pehjota.net/git/opkhelper/&gt;</a>
+</p>
+<p>
+ You may share and modify this software under the terms of the GNU General
+ Public License, version 3 or later. See "COPYING" in the source tree for
+ details.
+</p>
+<!--#include virtual="../../includes/footer.html" -->