# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/gaim-meanwhile/gaim-meanwhile-1.2.4.ebuild,v 1.2 2006/05/20 07:58:28 corsair Exp $ inherit debug DESCRIPTION="Gaim Meanwhile (Sametime protocol) Plugin" HOMEPAGE="http://meanwhile.sourceforge.net/" SRC_URI="mirror://sourceforge/meanwhile/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=net-libs/meanwhile-0.4.2 >=net-im/gaim-1.2.1" IUSE="" src_install() { make install DESTDIR=${D} || die "Install failed" dodoc AUTHORS ChangeLog COPYING INSTALL README }