diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-09 12:18:28 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-09 12:18:28 +0000 |
commit | cd8b3a7a294d81768e7c8a8d04b92442a303fa46 (patch) | |
tree | 29dc6002b13591d89b25b210267d9e176893f922 /x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild | |
parent | Removing obsolete version (diff) | |
download | historical-cd8b3a7a294d81768e7c8a8d04b92442a303fa46.tar.gz historical-cd8b3a7a294d81768e7c8a8d04b92442a303fa46.tar.bz2 historical-cd8b3a7a294d81768e7c8a8d04b92442a303fa46.zip |
Initial import. Closes bug #59660
Diffstat (limited to 'x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild')
-rw-r--r-- | x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild new file mode 100644 index 000000000000..450084700459 --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild,v 1.1 2004/08/09 12:18:28 rizzo Exp $ + +inherit debug + +DESCRIPTION="The Gaim-Rhythmbox plugin will automatically update your Gaim profile with the currently playing music in Rhythmbox." +HOMEPAGE="http://jon.oberheide.org/projects/gaim-rhythmbox/" +SRC_URI="http://jon.oberheide.org/projects/${PN}/downloads/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="~net-im/gaim-0.81 + media-sound/rhythmbox" +#RDEPEND="" + +#S=${WORKDIR}/${P} + +#src_compile() { + #econf || die + #emake || die "emake failed" +#} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} |