the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: climm
Version: 0.7.1
Revision: 2
ConfigureParams: --mandir='$(prefix)/share/man' --enable-ssl --enable-tcl CFLAGS=-O3
Source: http://www.climm.org/source/climm-%v.tgz
Source-MD5: 37e9692fe778230630aceee2f9feecbf
Depends: <<
gnutls26-shlibs,
libgcrypt-shlibs,
libgpg-error-shlibs,
libiconv,
libotr-shlibs,
tcltk-shlibs
<<
BuildDepends: <<
gnutls26,
libgcrypt,
libgpg-error,
libiconv-dev,
libotr,
tcltk-dev
<<
PatchScript: <<
#!/bin/sh -ev
# our tcl headers are not buried (don't get fooled by other vendors')
perl -pi -e 's,tcl\d.\d/tcl.h,,g' configure
# only look for our own libtcl (don't get fooled by other vendors')
if [ "%m" = "x86_64" ]; then
perl -pi -e 's/tcl8.[^5]//g' configure
else
perl -pi -e 's/tcl8.[^4]//g' configure
fi
<<
DocFiles: README COPYING doc/COPYING-GPLv2 AUTHORS NEWS TODO ChangeLog doc/README.i18n doc/README.logformat
#
Description: Text/line based ICQ client with many features
DescDetail: <<
climm is a portable, small, yet powerful console based ICQ client. It
supports password changing, auto-away, creation of new accounts, searching,
file transfer, acknowledged messages, SMS, client identification, logging,
scripting, transcoding, multi-UIN usage and other features that makes it a
very complete yet simple internationalized client supporting the current
ICQ v8 protocol.
It now also supports the XMPP protocol as well as OTR encrypted messages.
It has leading support for (ICQ2002+/ICQ Lite/ICQ2go) unicode encoded
messages unreached by other ICQ clones.
A lot of other ICQ clients are based in spirit on climm, nevertheless
climm is still _the_ console based ICQ client.
<<
License: GPL
Homepage: http://www.climm.org
Maintainer: Climm List