# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ inherit eutils DESCRIPTION="GNOME frontend for the X-Chat IRC client" HOMEPAGE="http://xchat-gnome.navi.cx/" SRC_URI="http://navi.cx/releases/${P}.tar.bz2" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="ipv6 xft ssl gtk gnome nls python perl mmx tcl" DEPEND="perl? ( >=dev-lang/perl-5.8 ) python? ( >=dev-lang/python-2.3 ) ssl? ( >=dev-libs/openssl-0.9 ) tcl? ( >=dev-lang/tcl-8 ) xft? ( virtual/xft )" RDEPEND="!net-irc/xchat >=dev-util/pkgconfig-0.12 >=x11-libs/gtk+-2.0.3 >=dev-libs/glib-2.0.3" S=${WORKDIR}/${P} src_compile() { econf \ `use_enable nls` \ `use_enable xft` \ `use_enable ssl openssl` \ `use_enable gtk gtkfe` \ `use_enable gnome gnomefe` \ `use_enable python` \ `use_enable perl` \ `use_enable mmx` \ `use_enable ipv6` \ --enable-textfe emake || die } src_install() { einstall || die } DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"