# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lightweight jabber client" HOMEPAGE="http://dziobber.sourceforge.net/" IUSE="audacious crypt spell" KEYWORDS="~amd64 ~x86" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" RDEPEND=">=dev-cpp/gtkmm-2.10.2 net-libs/loudmouth audacious? (media-sound/audacious) crypt? (app-crypt/gpgme) spell? (app-text/gtkspell app-text/aspell)" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.20" src_install() { emake DESTDIR=${D} install || die "make install failed" dodoc docs/AUTHORS }