diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-25 21:41:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-25 21:41:02 (EDT) |
commit | d0dd515d2cc7f8ed770d886e3e885a136c5c118f (patch) | |
tree | 36e22c0e1be5e4af3cd6cde79f62e8263fd6256c | |
parent | df0da0091f03c3c91fc0e47ae2b9719e838b934a (diff) | |
download | www-d0dd515d2cc7f8ed770d886e3e885a136c5c118f.zip www-d0dd515d2cc7f8ed770d886e3e885a136c5c118f.tar.gz www-d0dd515d2cc7f8ed770d886e3e885a136c5c118f.tar.bz2 |
projects/opkhelper/index.mdwn: Really add.
-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" --> |