slackbuilds/network/transmission
B. Watson 25d0944c9f
network/transmission: Updated for version 4.0.4.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-17 00:10:35 +07:00
..
README network/transmission: Updated for version 4.0.3. 2023-05-13 19:27:33 +07:00
doinst.sh
slack-desc network/transmission: Updated for version 4.0.0. 2023-02-11 09:30:41 +07:00
transmission.SlackBuild network/transmission: Updated for version 4.0.4. 2023-09-17 00:10:35 +07:00
transmission.info network/transmission: Updated for version 4.0.4. 2023-09-17 00:10:35 +07:00

README

transmission (bittorrent client)

Transmission is a lightweight open source BitTorrent client, providing
useful functionality without feature bloat. It consists of a daemon
and GTK+, Qt, and CLI clients.

By default, everything but the Qt client is built. It can be enabled
by exporting QT=yes in the environment. The other parts can be
disabled by exporting one or more environment variables:

GTK=no
CLI=no
DAEMON=no

Hint: if you use QT=yes, you probably also want GTK=no.

At least one component must be enabled (all 4 set to "no" won't work).