diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /x11-plugins/gkrellmss/gkrellmss-2.3.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'x11-plugins/gkrellmss/gkrellmss-2.3.ebuild')
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.3.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild index 584d4f1eb0a2..36f58d579660 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild,v 1.14 2005/01/02 02:13:45 mholzer Exp $ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild,v 1.1 2003/02/12 10:44:27 seemant Exp $ inherit eutils IUSE="nls" +S=${WORKDIR}/${P} DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" HOMEPAGE="http://gkrellm.net/gkrellmss/gkrellmss.html" -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" +SRC_URI="http://gkrellm.net/gkrellmss/${P}.tar.gz" DEPEND="=app-admin/gkrellm-2* - =sci-libs/fftw-2* + dev-libs/fftw media-sound/esound" SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc ~alpha" +LICENSE="GPL" +KEYWORDS="~x86 ~ppc ~sparc" src_unpack() { unpack ${P}.tar.gz |