diff options
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/index.html | 9 | ||||
-rwxr-xr-x | projects/opkhelper/index.html | 22 |
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/"><http://odin1.pehjota.net/git/opkhelper/></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" --> |