From d1f7e63e0d68121cb37891f607a55c59d7785eab Mon Sep 17 00:00:00 2001
From: Patrick McDermott oh-architecture
-− Print build system architecture names.
−s sourcedir
+-s sourcedir
Find sources in sourcedir instead of in src.
-−S buildsystem
+-S buildsystem
Force the use of buildsystem, instead of trying to detect the one used by the package.
-−B builddir
+-B builddir
Build in builddir instead of in the source directory.
diff --git a/dev/opkhelper/oh-autobuild.1.mdwn b/dev/opkhelper/oh-autobuild.1.mdwn index 146423d..62ea6dd 100644 --- a/dev/opkhelper/oh-autobuild.1.mdwn +++ b/dev/opkhelper/oh-autobuild.1.mdwn @@ -14,8 +14,8 @@ -oh-autobuild -− Automatically build a package.
+oh-autobuild - +Automatically build a package.
oh-autobuild [-s sourcedir] [-S buildsystem] [-B builddir] [-T buildtarget] -[−− arguments]
+[-- arguments]−s sourcedir
+-s sourcedir
Find sources in sourcedir instead of in src.
-−S buildsystem
+-S buildsystem
Force the use of buildsystem, instead of trying to detect the one used by the package.
-−B builddir
+-B builddir
Build in builddir instead of in the source directory.
-−T buildtarget
+-T buildtarget
Update the buildtarget target.
diff --git a/dev/opkhelper/oh-autoclean.1.mdwn b/dev/opkhelper/oh-autoclean.1.mdwn index 31dbb24..77716e6 100644 --- a/dev/opkhelper/oh-autoclean.1.mdwn +++ b/dev/opkhelper/oh-autoclean.1.mdwn @@ -14,9 +14,8 @@ -oh-autoclean -− Automatically clean up a package’s built -files.
+oh-autoclean - +Automatically clean up a package’s built files.
oh-autoclean [-s sourcedir] [-S buildsystem] -[-B builddir] [−− -arguments]
+[-B builddir] [-- arguments]−s sourcedir
+-s sourcedir
Find sources in sourcedir instead of in src.
-−S buildsystem
+-S buildsystem
Force the use of buildsystem, instead of trying to detect the one used by the package.
-−B builddir
+-B builddir
Build in builddir instead of in the source directory.
diff --git a/dev/opkhelper/oh-autoconfigure.1.mdwn b/dev/opkhelper/oh-autoconfigure.1.mdwn index d577261..a3ee79e 100644 --- a/dev/opkhelper/oh-autoconfigure.1.mdwn +++ b/dev/opkhelper/oh-autoconfigure.1.mdwn @@ -16,7 +16,7 @@oh-autoconfigure -− Automatically configure a package to be built.
+- Automatically configure a package to be built.oh-autoconfigure [-s sourcedir] [-S buildsystem] [-B builddir] [-t targetarch] -[−− arguments]
+[-- arguments]−s sourcedir
+-s sourcedir
Find sources in sourcedir instead of in src.
-−S buildsystem
+-S buildsystem
Force the use of buildsystem, instead of trying to detect the one used by the package.
-−B builddir
+-B builddir
Build in builddir instead of in the source directory.
-−t targetarch
+-t targetarch
Build a tool that cross builds for targetarch.
diff --git a/dev/opkhelper/oh-autoinstall.1.mdwn b/dev/opkhelper/oh-autoinstall.1.mdwn index d2cc80f..6fd8d88 100644 --- a/dev/opkhelper/oh-autoinstall.1.mdwn +++ b/dev/opkhelper/oh-autoinstall.1.mdwn @@ -15,8 +15,7 @@oh-autoinstall -− Automatically install a package’s data -files.
+- Automatically install a package’s data files.oh-autoinstall [-s sourcedir] [-S buildsystem] [-B builddir] [-d destdir] -[-T buildtarget] [−− -arguments]
+[-T buildtarget] [-- arguments]−s sourcedir
+-s sourcedir
Find sources in sourcedir instead of in src.
-−S buildsystem
+-S buildsystem
Force the use of buildsystem, instead of trying to detect the one used by the package.
-−B builddir
+-B builddir
Build in builddir instead of in the source directory.
-−d destdir
+-d destdir
Install data files in destdir. The default directory is dest.
-−T buildtarget
+-T buildtarget
Update the buildtarget target.
diff --git a/dev/opkhelper/oh-autotest.1.mdwn b/dev/opkhelper/oh-autotest.1.mdwn index a0c5bb6..a1d5739 100644 --- a/dev/opkhelper/oh-autotest.1.mdwn +++ b/dev/opkhelper/oh-autotest.1.mdwn @@ -14,8 +14,8 @@ -oh-autotest -− Automatically run a package’s test suites.
+oh-autotest - +Automatically run a package’s test suites.
oh-autotest [-S buildsystem] [-B builddir] -[−− arguments]
+[-- arguments]−S buildsystem
+-S buildsystem
Force the use of buildsystem, instead of trying to detect the one used by the package.
-−B builddir
+-B builddir
Build in builddir instead of in the source directory.
diff --git a/dev/opkhelper/oh-fixperms.1.mdwn b/dev/opkhelper/oh-fixperms.1.mdwn index d855663..a25d4cb 100644 --- a/dev/opkhelper/oh-fixperms.1.mdwn +++ b/dev/opkhelper/oh-fixperms.1.mdwn @@ -14,8 +14,8 @@ -oh-fixperms -− Fix permissions and ownerships of data files.
+oh-fixperms - +Fix permissions and ownerships of data files.
−d dir
-d dir
oh-installfiles -− Install files into binary package data -directories.
+- Install files into binary package data directories.−d dir
-d dir
oh-shlibdeps - +Find shared library dependencies.
+ +oh-shlibdeps
+ +oh-shlibdeps +finds packages that provide libraries needed by ELF files in +each binary package. It lists library depenency packages in +each binary package’s "Shlib-Depends" +substitution variable.
+ +Copyright (C) +2019 Patrick "P. J." McDermott
+ +This program is +free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version.
+ +This program is +distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details.
+ +You should have +received a copy of the GNU General Public License along with +this program. If not, see +<http://www.gnu.org/licenses/>.
+ diff --git a/dev/opkhelper/oh-strip.1.mdwn b/dev/opkhelper/oh-strip.1.mdwn index 39344dc..d16d49b 100644 --- a/dev/opkhelper/oh-strip.1.mdwn +++ b/dev/opkhelper/oh-strip.1.mdwn @@ -14,8 +14,8 @@ -oh-strip -− Strip binary objects of symbols.
+oh-strip - +Strip binary objects of symbols.
−d dir
-d dir
−k
-k