summaryrefslogtreecommitdiffstats
path: root/package/bitlbee/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-15 10:13:53 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-15 10:13:53 +0000
commit5f21150713e96901a50bc5fc90d58f8878a4ad63 (patch)
treea41aa08756c85ae5678282fab9ce8b9e7231af0e /package/bitlbee/Config.in
parenta8405f4cf53c9108842e235c373e8c4fd97e7d31 (diff)
add bitlbee and libiconv from Erik Bosman, thx. fix some depends for cbtt and bitchx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bitlbee/Config.in')
-rw-r--r--package/bitlbee/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/bitlbee/Config.in b/package/bitlbee/Config.in
new file mode 100644
index 000000000..a62e10b37
--- /dev/null
+++ b/package/bitlbee/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_BITLBEE
+ prompt "BitlBee........................... IRC gateway to IM chat networks"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBOPENSSL
+ select BR2_PACKAGE_LIBGLIB
+ select BR2_PACKAGE_LIBICONV
+ help
+
+ BitlBee is an IRC daemon that can talk to instant messaging
+ networks and acts as a gateway. Users can connect to the
+ server with any normal IRC client and see their 'buddy list'
+ in #bitlbee.
+
+ http://www.bitlbee.org/
+