diff options
author | 2004-01-18 15:37:20 +0000 | |
---|---|---|
committer | 2004-01-18 15:37:20 +0000 | |
commit | 657003306599cddd298cd9fa41aeb29bc5970e56 (patch) | |
tree | 2f768bc7325c768925225637d21f428b23093945 /x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild | |
parent | Version bumped. Closes 38340 (diff) | |
download | gentoo-2-657003306599cddd298cd9fa41aeb29bc5970e56.tar.gz gentoo-2-657003306599cddd298cd9fa41aeb29bc5970e56.tar.bz2 gentoo-2-657003306599cddd298cd9fa41aeb29bc5970e56.zip |
Version bumped. Closes 38340
Diffstat (limited to 'x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild')
-rw-r--r-- | x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild b/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild new file mode 100644 index 000000000000..b3ee66d02c5f --- /dev/null +++ b/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild,v 1.1 2004/01/18 15:37:11 mholzer Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Internet Time plugin for Gkrellm2" +SRC_URI="http://eric.bianchi.free.fr/Softwares/${P}.tar.gz" +HOMEPAGE="http://eric.bianchi.free.fr/gkrellm/" + +DEPEND=">=app-admin/gkrellm-2*" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc" + +src_compile() { + make || die +} + +src_install () { + insinto /usr/lib/gkrellm2/plugins + doins gkrellm_itime.so + dodoc README ChangeLog COPYING +} |