diff options
author | B. Watson <yalhcru@gmail.com> | 2015-02-05 06:35:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:47:46 +0700 |
commit | da4682f47d40c3ea9f5bd3660adfaed61f71d422 (patch) | |
tree | 74034767bc0c2b7e9a29dc7fa6658959deed0e8b /network/transmission/README | |
parent | 23b5526429c610ef7642ed3b269eed05a8e39ef8 (diff) |
network/transmission: new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/transmission/README')
-rw-r--r-- | network/transmission/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/transmission/README b/network/transmission/README index 26749a4588c98..cd8bc73444581 100644 --- a/network/transmission/README +++ b/network/transmission/README @@ -1,3 +1,13 @@ Transmission is a lightweight open source BitTorrent client, providing useful functionality without feature bloat. It consists of a daemon, a GTK+, Qt and CLI client. + +By default, all 4 components are built. Specific parts can be disabled +by setting one or more environment variables: + +GTK=no +QT=no +CLI=no +DAEMON=no + +At least one component must be enabled (so all 4 set to "no" won't work). |