diff options
author | 2002-11-30 02:18:21 +0000 | |
---|---|---|
committer | 2002-11-30 02:18:21 +0000 | |
commit | 404b3705a73ec8a24223185fd0cbee860e1538c3 (patch) | |
tree | 4cec86d9046b5eb172d81f3fbad50198eaf49e05 /app-admin/gkrellm | |
parent | Changed econf||die to econf (diff) | |
download | historical-404b3705a73ec8a24223185fd0cbee860e1538c3.tar.gz historical-404b3705a73ec8a24223185fd0cbee860e1538c3.tar.bz2 historical-404b3705a73ec8a24223185fd0cbee860e1538c3.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-admin/gkrellm')
-rw-r--r-- | app-admin/gkrellm/gkrellm-1.2.13.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-admin/gkrellm/gkrellm-1.2.13.ebuild b/app-admin/gkrellm/gkrellm-1.2.13.ebuild index c6dd24599ad0..602987597be1 100644 --- a/app-admin/gkrellm/gkrellm-1.2.13.ebuild +++ b/app-admin/gkrellm/gkrellm-1.2.13.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-1.2.13.ebuild,v 1.10 2002/10/05 05:39:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-1.2.13.ebuild,v 1.11 2002/11/30 02:18:21 vapier Exp $ -IUSE="nls" - -S=${WORKDIR}/${P} DESCRIPTION="Single process stack of various system monitors" SRC_URI="http://web.wt.net/~billw/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gkrellm.net/" @@ -12,10 +9,10 @@ HOMEPAGE="http://www.gkrellm.net/" SLOT="1" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64 alpha" +IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1" - RDEPEND="nls? ( sys-devel/gettext )" src_compile() { @@ -23,7 +20,7 @@ src_compile() { emake || die } -src_install () { +src_install() { dodir /usr/{bin,include,share/man} dodir /usr/share/gkrellm/{themes,plugins} |