[[!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.3][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/2020/07/msg00001.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]]