blob: f04332f96c432b27129d6ac44004a08b5d8efd76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gkrellmpc/gkrellmpc-0.1_beta9.ebuild,v 1.1 2005/01/05 20:01:03 ticho Exp $
IUSE=""
DESCRIPTION="A gkrellm plugin to control the MPD (Music Player Daemon)"
HOMEPAGE="http://www.musicpd.org/wiki/moin.cgi/GKrellMPC"
SRC_URI="http://www.topfx.com/dist/${P}.tar.gz"
IUSE=""
DEPEND=">=app-admin/gkrellm-2*
net-misc/curl"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
src_install () {
exeinto /usr/lib/gkrellm2/plugins
doexe gkrellmpc.so gkrellmpc.so
dodoc README.txt Changelog
}
|