diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-07-23 20:17:44 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-07-23 20:17:44 +0000 |
commit | ba16477cced01a8f202a8e247ed7fd77d9abaa00 (patch) | |
tree | 7de6bbecd6c5a967a11d1f4ab1dfd26693fdd360 /media-sound/gmpc/gmpc-0.11.1.ebuild | |
parent | Added macos to KEYWORDS re bug #58102 (diff) | |
download | gentoo-2-ba16477cced01a8f202a8e247ed7fd77d9abaa00.tar.gz gentoo-2-ba16477cced01a8f202a8e247ed7fd77d9abaa00.tar.bz2 gentoo-2-ba16477cced01a8f202a8e247ed7fd77d9abaa00.zip |
inital import ebuild submitted by Bert Geens <theblackdragon@linux.be>
Diffstat (limited to 'media-sound/gmpc/gmpc-0.11.1.ebuild')
-rw-r--r-- | media-sound/gmpc/gmpc-0.11.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/gmpc/gmpc-0.11.1.ebuild b/media-sound/gmpc/gmpc-0.11.1.ebuild new file mode 100644 index 000000000000..e3887d0e1d31 --- /dev/null +++ b/media-sound/gmpc/gmpc-0.11.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.11.1.ebuild,v 1.1 2004/07/23 20:17:44 axxo Exp $ +# +inherit gnome2 + +DESCRIPTION="A Gnome client for the Music Player Daemon." +HOMEPAGE="http://gmpc.qballcow.nl/" +SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz" +KEYWORDS="~x86 ~amd64 ~ppc" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.4 + >=gnome-base/libglade-2.3 + >=gnome-base/gnome-vfs-2.6" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" + |