diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:16:25 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:16:25 +0000 |
commit | ea7a8733a5a6f465f7ccfb0517e2acd7aff62a11 (patch) | |
tree | 44ba2eabdc387414587f11aa42363fc184b6fb3d /x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | |
parent | Stable on alpha + ia64. (diff) | |
download | historical-ea7a8733a5a6f465f7ccfb0517e2acd7aff62a11.tar.gz historical-ea7a8733a5a6f465f7ccfb0517e2acd7aff62a11.tar.bz2 historical-ea7a8733a5a6f465f7ccfb0517e2acd7aff62a11.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild')
-rw-r--r-- | x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild index 22e7c0345637..4df8690b5e8e 100644 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild +++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.13 2004/07/09 23:00:51 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.14 2005/04/27 20:12:21 herbs Exp $ + +inherit multilib IUSE="" DESCRIPTION="a Program-Launcher Plugin for GKrellM2" @@ -11,14 +13,14 @@ DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ~amd64" +KEYWORDS="x86 ppc sparc alpha amd64" src_compile() { make || die } src_install () { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellmlaunch.so dodoc README |