Package: bitlbee Version: 0.91 Revision: 1 Maintainer: Wilmer van der Gaast Homepage: http://www.bitlbee.org/ License: GPL Source-MD5: a2fa42959708fd06eb281f03a7d7d3fe Source: mirror:custom:devel/%n-%v.tar.gz CustomMirror: << eur-NL: http://get.bitlbee.org/ eur-NL: http://ftp.snt.utwente.nl/pub/software/bitlbee/ nam-US: http://get.us.bitlbee.org/ << Description: An IRC to other chat networks gateway DescDetail: << This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo. << DescUsage: << See the README file in $p/share/doc/bitlbee/ for instructions about starting BitlBee. Fink policy doesn't allow easy auto-installation by packages. After installation, there should be a BitlBee server listening on your machine on TCP port 6667. Connect to it using your favourite IRC client and follow the instructions. << DocFiles: doc/AUTHORS doc/CHANGES doc/CREDITS doc/README doc/TODO ConfigureParams: --prefix=%p --config=%p/var/lib/bitlbee/ BuildDepends: glib2-dev, pkgconfig, mozilla-dev Depends: glib2-shlibs, mozilla-shlibs (>= 1.3-1) InstallScript: << make install install-etc DESTDIR=%d << PostInstScript: << [ -d "%p/var/lib/bitlbee/" ] || mkdir %p/var/lib/bitlbee/ chown nobody:nobody %p/var/lib/bitlbee/ chmod 700 %p/var/lib/bitlbee/ << PreInstScript: << if [ -e %p/etc/motd.txt ]; then echo -e '\a\e[1m' echo 'Configuration files found in %p/etc/, please move them to %p/etc/bitlbee/' echo -e '\e[0m'; fi << PostRmScript: << [ "$1" = "purge" ] && rm -rf %p/var/lib/bitlbee/ <<