[Lunar-commits] <moonbase> bitlbee: introduction to moonbase

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Fri Sep 17 13:12:52 CEST 2010


commit 97820373a7aca8b208216bfd51d547759750c87a
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Fri Sep 17 13:12:52 2010 +0200

    bitlbee: introduction to moonbase
---
 chat/bitlbee/BUILD   |    7 +++++++
 chat/bitlbee/DEPENDS |    2 ++
 chat/bitlbee/DETAILS |   18 ++++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/chat/bitlbee/BUILD b/chat/bitlbee/BUILD
new file mode 100644
index 0000000..bd92021
--- /dev/null
+++ b/chat/bitlbee/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS --etcdir=/etc/bitlbee"
+  default_build &&
+  make install-etc
+  
+) > $C_FIFO 2>&1
diff --git a/chat/bitlbee/DEPENDS b/chat/bitlbee/DEPENDS
new file mode 100644
index 0000000..d89d318
--- /dev/null
+++ b/chat/bitlbee/DEPENDS
@@ -0,0 +1,2 @@
+depends  %SSL
+
diff --git a/chat/bitlbee/DETAILS b/chat/bitlbee/DETAILS
new file mode 100644
index 0000000..7fe2cfa
--- /dev/null
+++ b/chat/bitlbee/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=bitlbee
+         VERSION=1.2.8
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://get.bitlbee.org/src/
+      SOURCE_VFY=sha1:9c8cfea597d28604aa99c32c2a57b0087f42e6af
+        WEB_SITE=http://www.bitlbee.org/
+         ENTERED=20100917
+         UPDATED=20100917
+           SHORT="Tunnels instant messaging traffic to an IRC client"
+
+cat << EOF
+BitlBee brings IM (instant messaging) to IRC clients. It's a great
+solution for people who have an IRC client running all the time and
+don't want to run an additional MSN/AIM/whatever client.
+BitlBee currently supports the following IM networks/protocols:
+XMPP/Jabber (including Google Talk), MSN Messenger,
+Yahoo! Messenger, AIM and ICQ.
+EOF


More information about the Lunar-commits mailing list