[Lunar-commits] <moonbase> centerim: added CONFIGURE script to chose protocols.
Florin Braescu
florin at lunar-linux.org
Sat Oct 9 17:28:49 CEST 2010
commit 6284675b92724458d30e614a0e236cd067b176d4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Oct 9 18:28:49 2010 +0300
centerim: added CONFIGURE script to chose protocols.
Thanks to Christian Krause for the submission.
---
zbeta/centerim/CONFIGURE | 15 +++++++++++++++
zbeta/centerim/DEPENDS | 2 +-
zbeta/centerim/DETAILS | 8 ++++----
3 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/zbeta/centerim/CONFIGURE b/zbeta/centerim/CONFIGURE
new file mode 100644
index 0000000..071a435
--- /dev/null
+++ b/zbeta/centerim/CONFIGURE
@@ -0,0 +1,15 @@
+mquery USE_ALL_PROTOCOLS "Build with all supported protocols?" y
+
+if [ "`get_module_config USE_ALL_PROTOCOLS`" = "n" ]; then
+
+mquery USE_ICQ "Build with ICQ?" y "" "--disable-icq"
+mquery USE_YAHOO "Build with Yahoo?" y "" "--disable-yahoo"
+mquery USE_AIM "Build with AIM?" y "" "--disable-aim"
+mquery USE_IRC "Build with IRC?" y "" "--disable-irc"
+mquery USE_JABBER "Build with Jabber (XMPP)?" y "" "--disable-jabber"
+mquery USE_GG "Build with Gadu-Gadu?" y "" "--disable-gg"
+mquery USE_MSN "Build with MSN?" y "" "--disable-msn"
+mquery USE_RSS "Build with RSS reader?" y "" "--disable-rss"
+mquery USE_LJ "Build with LiveJournal client?" y "" "--disable-lj"
+
+fi
diff --git a/zbeta/centerim/DEPENDS b/zbeta/centerim/DEPENDS
index 4911818..7097ac6 100644
--- a/zbeta/centerim/DEPENDS
+++ b/zbeta/centerim/DEPENDS
@@ -2,4 +2,4 @@ depends ncurses
depends openssl
depends curl
-optional_depends "gpgme" "" "" "for PGP support in Jabber"
+optional_depends "gpgme" "" "" "for PGP support"
diff --git a/zbeta/centerim/DETAILS b/zbeta/centerim/DETAILS
index 9521b9c..db13a1b 100644
--- a/zbeta/centerim/DETAILS
+++ b/zbeta/centerim/DETAILS
@@ -5,12 +5,12 @@
SOURCE_VFY=sha1:ebe9f4ee2064a2fa10f1084ce26083ccd295673e
WEB_SITE=http://www.centerim.org
ENTERED=20070925
- UPDATED=20100411
+ UPDATED=20101009
SHORT="text mode IM client for ICQ, Yahoo!, MSN and others"
cat << EOF
-CenterIM is a fork of Centericq (which is no longer mantained). It is a text
-mode menu and window-driven IM interface that supports the ICQ, Yahoo!,
-AIM, IRC, MSN, Gadu-Gadu and Jabber protocols.
+CenterIM is a fork of Centericq (which is no longer mantained).
+It is a text mode menu and window-driven IM interface that supports
+the ICQ, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols.
It also supports LiveJournal and RSS feeds.
EOF
More information about the Lunar-commits
mailing list