* added support to Emerge -repository w/ repo/*
[t2sde.git] / package / network / transmission / transmission.conf
blobc56ff390fc376d55a44ed144f1618c3bb054310c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/transmission/transmission.conf
3 # Copyright (C) 2022 - 2023 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 var_append cmakeopt ' ' "-DENABLE_CLI=ON \
13                          -DENABLE_NLS=ON \
14                          -DENABLE_WEB=OFF \
15                          -DWITH_CRYPTO=openssl \
16                          -DENABLE_TESTS=OFF \
17                          -DUSE_SYSTEM_DEFLATE=ON \
18                          -DINSTALL_LIB=ON \
19                          -DRUN_CLANG_TIDY=OFF \
20                          -DWITH_INOTIFY=ON \
21                          -DUSE_SYSTEM_MINIUPNPC=ON \
22                          -DUSE_SYSTEM_DEFLATE=ON \
23                          -DUSE_SYSTEM_EVENT2=ON \
24                          -DUSE_SYSTEM_NATPMP=OFF"
26 pkginstalled qt && var_append cmakeopt ' ' '-DENABLE_QT=ON'
27 pkginstalled gtk && var_append cmakeopt ' ' '-DENABLE_GTK=ON'
28 pkginstalled systemd || var_append confopt ' ' '-DWITH_SYSTEMD=OFF'