# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="GAIM Shell OutPut Plugin" HOMEPAGE="http://bard.sytes.net/bangexec/" SRC_URI="http://bard.sytes.net/bangexec/${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc64" IUSE="" DEPEND=">=net-im/gaim-1.0.1" src_install() { make install DESTDIR=${D} || die "Install failed" dodoc ChangeLog INSTALL README AUTHORS }