# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An instant messaging jabber client for gnome using gtk2." HOMEPAGE="http://gnome-jabber.sourceforge.net/" SRC_URI="mirror://sourceforge/gnome-jabber/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gtk+-2.2.1 >=net-libs/gnet-2.0.4 >=glib-2.2.2 >=libglade-2.0.1 >=libgnomeui-2.2.1 >=libxml2-2.5.8" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { einstall || die }