blob: 3e9b56a2cdb009cb6d9710a1e86f27f9cda71266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!--#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://specs.os.pehjota.net/source-package-format-1.0.html">this source package format</a>.
</p>
<h3>Getting opkhelper</h3>
<p>
Download the latest version of opkhelper from this Web site:<br>
<a href="opkhelper-1.0.0.tar.gz">opkhelper-1.0.0.tar.gz</a><br>
<a href="opkhelper-1.0.0.tar.bz2">opkhelper-1.0.0.tar.bz2</a>
</p>
<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" -->
|