the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: bitchx-gtk
Version: 1.0c19
Revision: 31
BuildDepends: gtk+, gnome-libs-dev, orbit-dev, imlib, esound, gettext-dev, gettext-bin, gettext-tools, x11-dev, glib, audiofile
Depends: gtk+-shlibs, gnome-libs-shlibs, bitchx-common
Provides: bitchx, irc-client
Source: mirror:sourceforge:fink/direct_download/source/ircii-pana-%v.tar.gz
SourceDirectory: BitchX
Source-MD5: 79431ff0880e7317049045981fac8adc
PatchScript: sed 's|@PREFIX@|%p|g' <%a/bitchx.patch | patch -p1
TarFilesRename: doc/bitchx.xpm:doc/bitchx2.xpm
SetCFLAGS: -I%p/include/gnome-1.0 -DBIND_8_COMPAT
SetMAKEFLAGS: -j1
ConfigureParams: --with-gtk --with-tgetent --with-plugins --without-ssl --mandir='${prefix}/share/man' --with-default-server=irc.openprojects.net:6667
InstallScript: <<
make install prefix=%i
rm %i/bin/gtkBitchX
mkdir -p %i/etc
mv %i/lib/bitchx/script %i/etc/bitchx
ln -s %p/etc/bitchx %i/lib/bitchx/script
mkdir -p %i/share/doc/bitchx
ln -s %p/lib/bitchx/help %i/share/doc/bitchx/help
cp doc/* %i/share/doc/bitchx
rm %i/share/doc/bitchx/*.bat
rm %i/share/doc/bitchx/Makefile*
rm %i/share/doc/bitchx/*.in
rm -rf %i/etc %i/lib %i/share/man %i/share/doc/bitchx
<<
PostInstScript: <<
update-alternatives --install %p/bin/gtkBitchX gtkBitchX %p/bin/gtkBitchX-%v 40
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove gtkBitchX %p/bin/gtkBitchX-%v
fi
<<
DocFiles: README bitchx-docs/7_Docs/Copyright
Description: Advanced Internet Relay Chat (IRC) client, gtk version
DescDetail: <<
This is the bleeding edge of IRC software -- the most common functions
normally done by scripts are coded into the client itself. It contains dozens
of features such as:
* Built-in ANSI color (this is probably the biggest feature)
* Ease of use -- dozens of useful command aliases to reduce typing
* Built-in notify, protection, and bot lists
* Built-in mass commands and tools
* Extended set of DCC commands and built-in CDCC offering
* Extended scripting functionality, including unique functions
* Code is based on ircII-Plutonium and more recent ircII-EPiC
<<
DescPackaging: <<
* All help & man files are bzip2 compressed. So we uncompress them
* The "%p/bin/BitchX" symlink has to be remade, otherwise it point to %i
* Changed some default options, includeing flood_kick after 10, and
DISPLAY_PC_CHARACTERS 3, for the terminal in Jaguar
* Disabled the europa plugin, it requires MySQL and has some build issues
* Repacked because there was BitchX.xpm and bitchx.xpm in the same directory
<<
DescUsage: <<
If versions before 1.019c-4 was used, please make sure %p/etc/bitchx and
%p/lib/bitchx/script are working correctly. if they are not, please move them
out of the way and reinstall bitchx.
<<
DescPort: <<
Fixed lots of static-follows-nonstatic gcc4 problems. Removed
"static" from actual variable if shared in multiple .c, removed
entire declaration from .h if only used in one .c.
<<
License: BSD
Maintainer: Chris Zubrzycki
Homepage: http://www.bitchx.com/