summaryrefslogtreecommitdiff
blob: 115a011efe2d5dfd60232ffa482482c60dbd3296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtk2mp/gtk2mp-0.8.0.ebuild,v 1.2 2004/04/11 15:05:24 pyrania Exp $

DESCRIPTION="A GTK2 frontend to Music Player Daemon (MPD), which allows remote access for playing music (MP3's, Ogg's, and Flac's) and managing playlists."
SRC_URI="http://www.moviegalaxy.com.ar/gtk2mp/${P}.tar.gz"
HOMEPAGE="http://www.moviegalaxy.com.ar/gtk2mp/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

IUSE=""

DEPEND=">=x11-libs/gtk+-2.0"

src_install() {
	einstall || die
	dodoc TODO
}