sbotools.hints

NAME
DESCRIPTION
SEE ALSO
AUTHORS
MAINTAINER


NAME

sbotools.hints - script-specific hints for sbotools

DESCRIPTION

The /etc/sbotools/sbotools.hints file is used to give sbotools hints about individual scripts. Three kinds of hints are recognized:

• blacklist

• optional reverse dependencies

• automatic reverse dependency rebuilds

Please note that all requests apply equally to the compat32 versions of the scripts; specific requests for compat32 scripts are unsupported.

If a script is blacklisted, it can neither be included in build queues nor removed by sboremove(1). To blacklist a script, place it on its own line with no whitespace, prepending an exclamation mark:

!javacc 

Blacklist entries supersede optional dependency requests.

To ask sboupgrade(1) to rebuild a script’s reverse dependencies upon upgrade or reinstall, place the name of the script on its own line with no whitespace, prepending a tilde:

~libmodplug 

Many scripts on SlackBuilds.org have optional dependencies. To make sbotools recognize one or more optional dependencies for a script, make a space-delineated list of optional dependencies and place the name of the script at the end:

libcacard spice libiscsi qemu

Commented lines are ignored. There should not be whitespace to the left of any entry.

sbohints(1) can also be used to interface with this file.

SEE ALSO

sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sbohints(1), sboinstall(1), sboremove(1), sboupgrade(1), sbotools.conf(5)

AUTHORS

Jacob Pipkin <j (at) dawnrazor (dot) net>

Luke Williams <xocel (at) iquidus (dot) org>

Andreas Guldstrand <andreas (dot) guldstrand (at) gmail (dot) com>

MAINTAINER

K. Eugene Carlson <kvngncrlsn (at) gmail (dot) com>