blob: ce377b64a61f991985d84d767fd8839bf13e64ff (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
opkhelper - opkg build helper tools
===================================
opkhelper is a set of programs to assist in building binary packages installable
by the lightweight package manager opkg [1]. These tools are inspired by
debhelper [2], a similar set of programs written primarily by Joey Hess for
Debian, and dpkg, Debian's package manager [3].
opkhelper is designed to build source packages that comply with draft version
1.0 of a new source package format [4].
1: <https://code.google.com/p/opkg/>
2: <http://kitenet.net/~joey/code/debhelper/>
3: <http://www.debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html#s-dpkg>
4: <http://specs.os.pehjota.net/source-package-format-1.0.html>
Web Site
--------
opkhelper may be found on the Web at:
<http://www.pehjota.net/projects/opkhelper/>
Source Repository
-----------------
Browse the opkhelper Git repository on the Web at:
<http://odin1.pehjota.net/git/opkhelper/>
Anonymously clone the opkhelper Git repository at:
<git://odin1.pehjota.net/opkhelper.git>
Maintainer
----------
Send questions, comments, bug reports, patches, Git pull requests, and/or money
to P. J. McDermott:
<mailto:pjm@nac.net>
<http://www.pehjota.net/contact.html>
|