# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit virtualx DESCRIPTION="Jabber client written in Python." HOMEPAGE="http://www.gajim.org/" SRC_URI="http://www.gajim.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha" IUSE="gpg" DEPEND=">=dev-python/pygtk-2.4.0 >=dev-lang/python-2.3.0 >=x11-libs/gtk+-2.4 gpg? ( dev-python/py-gnupg )" src_compile() { Xmake || die "Xmake failed" } src_install() { Xmake DESTDIR=${D} install || die dodoc README AUTHORS COPYING }