summaryrefslogtreecommitdiffstats
path: root/ftp/deluge/DEPENDS
blob: 25b164bcebd4e26ccc87ce49df7d0792640be245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
depends pygtk2 &&
depends dbus-python &&
depends librsvg2 &&
depends openssl &&
depends pyxdg &&
depends zlib &&
depends boost &&
depends twisted &&
depends SETUPTOOLS &&
depends chardet &&
depends rb-libtorrent &&

optional_depends mako    \
                 ''      \
                 ''      \
                 'for deluge-web support' &&

local boost_ver=$(installed_version boost) &&
if [[ "$(echo $boost_ver | sed -e 's:_::g')" -lt 1341 ]]; then
  message "deluge needs newer boost" &&
  force_depends boost 
fi &&

sub_depends rb-libtorrent PYTHON &&
sub_depends boost THREAD &&
sub_depends boost FILESYSTEM &&
sub_depends boost DATE_TIME