]> Pileus Git - ~andy/sunrise/blob - x11-plugins/pidgin-audacious-remote/pidgin-audacious-remote-0.5.ebuild
sunrise/ net-nntp/nzbperl/Manifest: Update copyright line to satisfy repoman
[~andy/sunrise] / x11-plugins / pidgin-audacious-remote / pidgin-audacious-remote-0.5.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="2"
6
7 DESCRIPTION="Pidgin plugin to allow interaction with Audacious player"
8 HOMEPAGE="http://pidginaudacious.sourceforge.net/"
9 SRC_URI="mirror://sourceforge/${PN/-audacious-remote/audacious}/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="net-im/pidgin[gtk]
17         >=media-sound/audacious-2.2"
18 RDEPEND="${DEPEND}"
19
20 src_install() {
21         emake install DESTDIR="${D}" || die
22         dodoc AUTHORS ChangeLog || die
23 }