diff options
author | 2004-03-25 02:43:55 +0000 | |
---|---|---|
committer | 2004-03-25 02:43:55 +0000 | |
commit | 3eed814c251332574f961f2079717ed3894589e0 (patch) | |
tree | c9ae8c9b76afdcbfe53c1f608beef5d6599d7ffa /x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild | |
parent | depend fixup (diff) | |
download | gentoo-2-3eed814c251332574f961f2079717ed3894589e0.tar.gz gentoo-2-3eed814c251332574f961f2079717ed3894589e0.tar.bz2 gentoo-2-3eed814c251332574f961f2079717ed3894589e0.zip |
Version bump. Closing bug #38335.
Diffstat (limited to 'x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild new file mode 100644 index 000000000000..683dc20d55f6 --- /dev/null +++ b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild,v 1.1 2004/03/25 02:43:55 pyrania Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="GKrellM2 plugin to monitor giFT transfers" +SRC_URI="ftp://ftp.code-monkey.de/pub/gkrellm-gift/${P}.tar.gz" +HOMEPAGE="http://www.code-monkey.de/gkrellm-gift.html" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=app-admin/gkrellm-2.1.23 + >=net-p2p/gift-0.11.3" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog COPYING FAQ README +} |