aboutsummaryrefslogtreecommitdiff
path: root/man1/sboinstall.1
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-06-01 16:31:46 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-06-01 16:31:46 -0500
commit9921c77b1758b2d603ec5038f7a9f93d0c27f51b (patch)
tree1d3d951184ea2644b9db640f3fca9e88fb1a2928 /man1/sboinstall.1
parent620df7bf0432f4cce0fd443fb390799672357d71 (diff)
downloadsbotools-9921c77b1758b2d603ec5038f7a9f93d0c27f51b.tar.xz
sbo(upgrade|install).1 updated with (user|group)add and option info, options moved around to match the order of the -h screens
Diffstat (limited to 'man1/sboinstall.1')
-rw-r--r--man1/sboinstall.133
1 files changed, 16 insertions, 17 deletions
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index ac7832c..ea4a0b6 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -4,10 +4,10 @@
sboinstall - install slackbuilds
.SH SYNAPSES
.P
-sboinstall [-h] [-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-N] [-r] [-i] [-p] sbo_name (sbo_name)
+sboinstall [-h] [-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-N] [-r] [-R] [-i] [-p] sbo_name (sbo_name)
.SH DESCRIPTION
.P
-sboinstall is equivalent to sboupgrade -N, but is faster, so is preferred if only installing one or more new packages. If the -r flag is NOT specified, sboinstall will attempt to grok a list of requirements in the README for a given slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. Note that this method is FAR from foolproof, which is why this does not happen if the README is bypassed.
+sboinstall is equivalent to sboupgrade -N, but is faster, so is preferred if only installing one or more new packages. If the -r flag is NOT specified, sboinstall will attempt to grok a list of requirements in the README for a given slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. Note that this method is FAR from foolproof, which is why this does not happen if the README is bypassed. sboinstall will also note groupadd and useradd commands in README files and offer to run those first. If the README documents options of the KEY=value form, sboinstall will offer the opportunity to set options.
.SH OPTIONS
.P
-h
@@ -15,14 +15,9 @@ sboinstall is equivalent to sboupgrade -N, but is faster, so is preferred if onl
Show help information.
.RE
.P
--d (TRUE|FALSE)
-.RS
-If TRUE, then DO remove the source code after building the slackbuild. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles; this option can be set as default via the sboconfig(1) command. See also sbotools.conf(5). This option overrides the default.
-.RE
-.P
--j (#|FALSE)
+-v
.RS
-If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a slackbuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc.
+Show sbotools version information.
.RE
.P
-c (TRUE|FALSE)
@@ -30,19 +25,19 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m
If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default.
.RE
.P
--N
+-d (TRUE|FALSE)
.RS
-Install any new slackbuilds specified. So, if you want to upgrade some things and install new things with the same command, then you would use the -N flag. Note that upgrades are handled prior to new installs.
+If TRUE, then DO remove the source code after building the slackbuild. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles; this option can be set as default via the sboconfig(1) command. See also sbotools.conf(5). This option overrides the default.
.RE
.P
--r
+-i
.RS
-Skip viewing of the README and the yes or no question which accompanies it. Anytime sboupgrade or sboinstall is run, the first thing the command will attempt to do is show you the README for a given slackbuild and ask whether or not you wish to proceed; this option skips the README and bypasses the question. If multiple slackbuilds are specified, this option bypasses them all.
+Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp, or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
.RE
.P
--i
+-j (#|FALSE)
.RS
-Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp, or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
+If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a slackbuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc.
.RE
.P
-p
@@ -50,9 +45,13 @@ Do not actually install the package created at the end of the build process. So,
Create a -compat32 package instead of a normal x86_64 package on multilib x86_64 systems. This requires /usr/sbin/convertpkg-compat32; this can at least be obtained from AlienBob's compat32-tools package - see http://alien.slackbook.org/blog/. Note that this may or may not be foolproof, and is not supported by anyone; not me, not AlienBob, not Slackware, etc. I recommend using this with the -i option so that the created package can be inspected prior to installation. If you find that a particular slackbuild needs additional help to be created as -compat32 package, contact me at j@dawnrazor.net.
.RE
.P
--v
+-r
.RS
-Show sbotools version information.
+Skip viewing of the README and the yes or no question which accompanies it. Anytime sboupgrade or sboinstall is run, the first thing the command will attempt to do is show you the README for a given slackbuild and ask whether or not you wish to proceed; this option skips the README and bypasses the question. If multiple slackbuilds are specified, this option bypasses them all.
+.RE
+-R
+.RS
+This option causes sboupgrade to skip requirement parsing, but still show the README and prompt the user to proceed.
.RE
.SH BUGS
.P