diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-31 16:13:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-31 16:13:32 +0000 |
commit | 24ca9e3f2432cc15d32391d4b7c57fe667eb342a (patch) | |
tree | cfd6618a8445d5ef3feead9d55a3b18d5b8aa276 /x11-plugins/bfm/bfm-0.6.4-r1.ebuild | |
parent | Stable on ppc wrt bug 2067682 (diff) | |
download | gentoo-2-24ca9e3f2432cc15d32391d4b7c57fe667eb342a.tar.gz gentoo-2-24ca9e3f2432cc15d32391d4b7c57fe667eb342a.tar.bz2 gentoo-2-24ca9e3f2432cc15d32391d4b7c57fe667eb342a.zip |
amd64 stable wrt #207718
(Portage version: 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 } |