diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-31 16:13:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-31 16:13:32 +0000 |
commit | 06b16e20225ce7c20b7962b0a3bc2e773be04506 (patch) | |
tree | e9eb55a2dd4d45defd072471f4d76062a0a10352 /x11-plugins/bfm/bfm-0.6.4-r1.ebuild | |
parent | Stable on ppc wrt bug 2067682 (diff) | |
download | historical-06b16e20225ce7c20b7962b0a3bc2e773be04506.tar.gz historical-06b16e20225ce7c20b7962b0a3bc2e773be04506.tar.bz2 historical-06b16e20225ce7c20b7962b0a3bc2e773be04506.zip |
amd64 stable wrt #207718
Package-Manager: portage-2.1.4
Diffstat (limited to 'x11-plugins/bfm/bfm-0.6.4-r1.ebuild')
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4-r1.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild index b0660eab3c38..bf42cabb8713 100644 --- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.4 2008/01/31 15:22:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.5 2008/01/31 16:13:32 drac Exp $ inherit multilib toolchain-funcs -DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together." +DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime." HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html" SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="gkrellm" RDEPEND=">=x11-libs/gtk+-2 @@ -36,8 +36,12 @@ src_compile() { src_install() { dobin bubblefishymon + doman doc/*.1 dodoc ChangeLog* README* doc/*.sample - insinto /usr/$(get_libdir)/gkrellm2/plugins - use gkrellm && doins gkrellm-bfm.so + + if use gkrellm; then + insinto /usr/$(get_libdir)/gkrellm2/plugins + doins gkrellm-bfm.so + fi } |