summaryrefslogtreecommitdiffstats
path: root/system/sbbdep
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:48:06 +0100
committer B. Watson2022-03-17 17:38:11 +0100
commit5806534e74769fa893c14487f7a1bd63606b0bc2 (patch)
treed9c142cc8fadccd67bf42d5c2e29e5c8c20a53c0 /system/sbbdep
parent350e188d1a71469c9b067770914bf0b43ecf7b7f (diff)
downloadslackbuilds-5806534e74769fa893c14487f7a1bd63606b0bc2.tar.gz
system/sbbdep: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/sbbdep')
-rw-r--r--system/sbbdep/README18
1 files changed, 10 insertions, 8 deletions
diff --git a/system/sbbdep/README b/system/sbbdep/README
index bcd70ff5cd..18460a62a0 100644
--- a/system/sbbdep/README
+++ b/system/sbbdep/README
@@ -2,11 +2,13 @@ sbbdep (Slack Build Binary Dependencies)
The tool for exploring binary runtime dependencies
on Slackware and Slackware based systems.
-sbbdep uses sqlite3 for storing information.
-Per default, sbbdep builds with an own version of sqlite and links statically
-against it. This can be changed.
-If this is done, sbbdep will need the sqlite3 package, which comes per default
-with Slackware, and will link against the shared sqlite3.so library from the
-system.
-If you want to activate this, pass the following option to the Slackbuild.
-USE_INTERNAL_SQLITE3=0
+sbbdep uses sqlite3 for storing information. Per default, sbbdep
+builds with an own version of sqlite and links statically against
+it. This can be changed.
+
+If this is done, sbbdep will need the sqlite3 package, which comes per
+default with Slackware, and will link against the shared sqlite3.so
+library from the system.
+
+If you want to activate this, pass the following option to the
+Slackbuild: USE_INTERNAL_SQLITE3=0