diff options
Diffstat (limited to 'projects/opkhelper/index.html')
-rwxr-xr-x | projects/opkhelper/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
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" --> |