make
+
+if [[ "$BITLBEE_BITLBEED" == y ]] ; then
+ (cd ${SOURCE_DIRECTORY}/utils && gcc bitlbeed.c -o bitlbeed)
+fi
diff --git a/chat-irc/bitlbee/CONFIGURE b/chat-irc/bitlbee/CONFIGURE
index 6d8a6f7..460c279 100755
--- a/chat-irc/bitlbee/CONFIGURE
+++ b/chat-irc/bitlbee/CONFIGURE
@@ -21,3 +21,6 @@ config_query_option BITLBEE_OPTS "Enable Yahoo protocol? "
y \
#config_query MSN "Add patch with MSN extensions?" n
#config_query JAB "Add patch to allow jabber to work with Google Talk?" n
+
+config_query BITLBEE_BITLBEED \
+ "Build bitlbeed (to run bitlbee without xinetd)?" n
diff --git a/chat-irc/bitlbee/HISTORY b/chat-irc/bitlbee/HISTORY
index d1824ee..ae17ee5 100644
--- a/chat-irc/bitlbee/HISTORY
+++ b/chat-irc/bitlbee/HISTORY
@@ -1,3 +1,6 @@
+2008-02-07 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * CONFIGURE, BUILD, INSTALL: added option to compile bitlbeed
+
2007-12-20 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to version 1.1.1dev
diff --git a/chat-irc/bitlbee/INSTALL b/chat-irc/bitlbee/INSTALL
index e860007..875b94f 100755
--- a/chat-irc/bitlbee/INSTALL
+++ b/chat-irc/bitlbee/INSTALL
@@ -13,3 +13,7 @@ if [ -f /etc/bitlbee/bitlbee.conf ]; then
else
make install-etc
fi
+
+if [[ "$BITLBEE_BITLBEED" == y ]] ; then
+ install utils/bitlbeed /usr/sbin/bitlbeed
+fi
[SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9c687f1e9aa30a6fec29f48ffdac4a553f70ae9e),
Ethan Grammatikidis, 02/07/2008