# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/gyachi/gyachi-9999.ebuild $ inherit autotools eutils distutils cvs DESCRIPTION="GTK+-based Yahoo! chat client which is a fork off of Gyach Enhanced" HOMEPAGE="http://gyachi.sourceforge.net/" KEYWORDS="~x86" IUSE="gnome" LICENSE="GPL-2" SLOT="0" ECVS_SERVER="gyachi.cvs.sourceforge.net:/cvsroot/gyachi" ECVS_MODULE="gyachi" DEPEND="virtual/libc media-libs/jasper =gnome-extra/gtkhtml-2* =x11-libs/gtk+-2* app-crypt/gpgme dev-libs/libmcrypt" S="${WORKDIR}/${PN}" src_unpack() { cvs_src_unpack } src_compile() { cd ${S} myconf="--disable-plugin-gpgme --disable-plugin-xmms" ./autogen.sh econf ${myconf} || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "install failed" }