diff options
-rw-r--r-- | projects/opkhelper/index.mdwn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/projects/opkhelper/index.mdwn b/projects/opkhelper/index.mdwn new file mode 100644 index 0000000..9258817 --- /dev/null +++ b/projects/opkhelper/index.mdwn @@ -0,0 +1,29 @@ +<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" --> +<!--#include virtual="/includes/header.html" --> + +opkhelper (opkg Build Helper Tools) +=================================== + +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 [this +source package format][spf]. + +[spf]: http://specs.os.pehjota.net/source-package-format-1.0.html + +Getting opkhelper +----------------- + +Download the latest version of opkhelper from this Web site: + + * [opkhelper-1.0.0.tar.gz](opkhelper-1.0.0.tar.gz) + * [opkhelper-1.0.0.tar.bz2](opkhelper-1.0.0.tar.bz2) + +Download or browse the repository hosted on this server: +<<http://odin1.pehjota.net/git/opkhelper/>> + +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. + +<!--#include virtual="/includes/footer.html" --> |