summaryrefslogtreecommitdiff
path: root/packages/net-im/spectrum/spectrum.exlib
diff options
context:
space:
mode:
Diffstat (limited to 'packages/net-im/spectrum/spectrum.exlib')
-rw-r--r--packages/net-im/spectrum/spectrum.exlib21
1 files changed, 9 insertions, 12 deletions
diff --git a/packages/net-im/spectrum/spectrum.exlib b/packages/net-im/spectrum/spectrum.exlib
index fd372bb..f1f2ba5 100644
--- a/packages/net-im/spectrum/spectrum.exlib
+++ b/packages/net-im/spectrum/spectrum.exlib
@@ -22,14 +22,13 @@ HOMEPAGE="http://spectrum.im"
MYOPTIONS="
doc
- frotz
- irc
+ frotz [[ description = [ Allows playing interactive-fiction games ] ]]
+ irc [[ description = [ support IRC protocol ] ]]
mysql
- postgres
- purple
- smstools
+ postgres [[ description = [ support PostgreSQL backend for database ] ]]
+ smstools [[ description = [ SMS using connected mobile phone ] ]]
sqlite
- twitter
+ twitter [[ description = [ support twitter protocol ] ]]
( providers: libressl openssl ) [[ number-selected = exactly-one ]]
"
@@ -37,13 +36,15 @@ MYOPTIONS="
DEPENDENCIES+="
build:
sys-devel/gettext
+ doc? ( app-doc/doxygen )
build+run:
- dev-libs/jsoncpp
+ dev-libs/jsoncpp:=
dev-libs/popt
+ dev-libs/protobuf:=
dev-libs/libev
dev-libs/log4cxx
+ net-im/pidgin
net-im/swiften
- doc? ( app-doc/doxygen )
frotz? ( dev-libs/protobuf )
irc? (
dev-libs/protobuf
@@ -51,10 +52,6 @@ DEPENDENCIES+="
)
mysql? ( virtual/mysql )
postgres? ( dev-db/libpqxx )
- purple? (
- dev-libs/protobuf
- net-im/pidgin
- )
sqlite? ( dev-db/sqlite:3 )
providers:libressl? ( dev-libs/libressl:= )
providers:openssl? ( dev-libs/openssl )