blob: fab613449376760ac8177f2389c292de9addd948 (
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
|
<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" -->
<!--#include virtual="/includes/header.html" -->
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" -->
|