diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-16 22:30:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-16 22:30:29 +0000 |
commit | 7ca87f9fd6768d24e7cc907b3fb59e08327f2e6f (patch) | |
tree | a740483e2556b63093e956514f74eb69e8fe9880 /x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild | |
parent | small fixes (diff) | |
download | gentoo-2-7ca87f9fd6768d24e7cc907b3fb59e08327f2e6f.tar.gz gentoo-2-7ca87f9fd6768d24e7cc907b3fb59e08327f2e6f.tar.bz2 gentoo-2-7ca87f9fd6768d24e7cc907b3fb59e08327f2e6f.zip |
new plugin for gkrellm
Diffstat (limited to 'x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild')
-rw-r--r-- | x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild new file mode 100644 index 000000000000..dcd24c9f8b08 --- /dev/null +++ b/x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/gkrellaclock-0.2.1.ebuild,v 1.1 2002/10/16 22:30:29 seemant Exp $ + +S=${WORKDIR}/${P/a/A} +DESCRIPTION="Nice analog clock for GKrellM2" +SRC_URI="http://www.geocities.com/m_muthukumar/${P}.tar.gz" +HOMEPAGE="http://www.geocities.com/m_muthukumar/gkrellaclock.html" + +DEPEND=">=app-admin/gkrellm-1.2*" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~sparc64" + +src_compile() { + export CFLAGS="${CFLAGS/-O?/}" + emake || die +} + +src_install () { + insinto /usr/lib/gkrellm/plugins + doins gkrellaclock.so + dodoc README ChangeLog +} |