# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild,v 1.2 2004/07/15 00:13:27 agriffis Exp $ inherit 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*" S="${WORKDIR}/${PN}" src_unpack() { cvs_src_unpack cp $FILESDIR/gyachi.patch ${S}/ cd ${S} patch -p1 -N -i gyachi.patch } src_compile() { cd ${S} autoreconf libtoolize --copy --force econf emake } src_install() { cd ${S} einstall }