summaryrefslogtreecommitdiffstats
path: root/dev/opkhelper.mdwn
blob: 9d652c5542696ec0d300b283d35cb6e4adaf6780 (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
43
44
45
46
47
48
49
50
51
52
53
54
[[!meta title="opkhelper"]]

This is opkhelper, a collection of utilities to automate common tasks in
building distribution packages using opkbuild.

Included in opkhelper are programs to automatically work with package
build systems, fix file owners and modes, strip binary files, and
install files into binary packages, etc.

opkhelper is inspired by debhelper, a similar collection of programs for
Debian.


Downloading
===========

The current version of opkhelper is [3.1.2][rel-ann].

opkhelper can be found on the ProteanOS files site by [HTTP][dl-http] or
[FTP][dl-ftp].

opkhelper is maintained in a [Git repository][repo-http], which can be cloned
from `git://git.proteanos.com/opkhelper/opkhelper.git`.

[rel-ann]: http://lists.proteanos.com/proteanos-dev/2019/03/msg00003.html
[dl-http]: http://files.proteanos.com/pub/opkhelper/
[dl-ftp]: ftp://files.proteanos.com/pub/opkhelper/
[repo-http]: http://git.proteanos.com/opkhelper/opkhelper.git/


Mailing List
============

Bug reports, feature requests, and patches for opkhelper are welcome on the
[ProteanOS development mailing list][proteanos-dev].

[proteanos-dev]: http://lists.proteanos.com/proteanos-dev/


Manual
======

Pages in the Distribution Build System manual:

  * [[**oh-installfiles**(1)|dev/opkhelper/oh-installfiles.1]]
  * [[**oh-shlibdeps**(1)|dev/opkhelper/oh-shlibdeps.1]]
  * [[**oh-strip**(1)|dev/opkhelper/oh-strip.1]]
  * [[**oh-fixperms**(1)|dev/opkhelper/oh-fixperms.1]]
  * [[**oh-autoconfigure**(1)|dev/opkhelper/oh-autoconfigure.1]]
  * [[**oh-autobuild**(1)|dev/opkhelper/oh-autobuild.1]]
  * [[**oh-autoclean**(1)|dev/opkhelper/oh-autoclean.1]]
  * [[**oh-autotest**(1)|dev/opkhelper/oh-autotest.1]]
  * [[**oh-autoinstall**(1)|dev/opkhelper/oh-autoinstall.1]]
  * [[**oh-architecture**(1)|dev/opkhelper/oh-architecture.1]]