summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/gtk2mp/gtk2mp-0.8.0.ebuild')
-rw-r--r--x11-misc/gtk2mp/gtk2mp-0.8.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/gtk2mp/gtk2mp-0.8.0.ebuild b/x11-misc/gtk2mp/gtk2mp-0.8.0.ebuild
new file mode 100644
index 000000000000..49311df42102
--- /dev/null
+++ b/x11-misc/gtk2mp/gtk2mp-0.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 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.1 2003/12/26 00:17:01 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
+}