summaryrefslogtreecommitdiffstats
path: root/chat-irc/ircd-ratbox/DEPENDS
blob: 569ce55be72cb38de6f03873466791ce0c7ff1dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
depends libtool &&

optional_depends zlib \
                 "--enable-zlib" \
                 "--disable-zlib" \
                 "for ziplinks support" &&

optional_depends openssl \
                 "--enable-openssl" \
                 "--disable-openssl" \
                 "for OpenSSL support" &&

if [[ $IRCD_RATBOX_RELEASE == testing ]]; then
  optional_depends sqlite \
                   "--with-sqlite3=$INSTALL_ROOT/usr" "" \
                   "to use system SQLite3 library"
fi &&

if list_find "$IRCD_RATBOX_OPTS" "--enable-services"; then
  suggest_depends ratbox-services "" "" "to install native services package"
fi