# Copyright 2007 Russo Francesco # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Pidgin plugin to allow interaction with Audacious player" HOMEPAGE="http://salug.it/~francescor82/pidgin-audacious-remote.htm" SRC_URI="http://salug.it/~francescor82/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="=net-im/pidgin-2*[dbus] >=media-sound/audacious-1.4" src_compile() { econf || die "Configurazione fallita" emake || die "Compilazione fallita" } src_install() { emake install DESTDIR=${D} dodoc AUTHORS ChangeLog COPYING INSTALL prepallstrip }