summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kuleshov <sergey@gentoo.org>2003-09-06 15:43:35 +0000
committerSergey Kuleshov <sergey@gentoo.org>2003-09-06 15:43:35 +0000
commitdbfc94f7915536081e0f4a81e7bae3b04e588f01 (patch)
treeae8c5df409d10af7951046caadb5c7c6f1f6673a /x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild
parentInitial commit. (diff)
downloadgentoo-2-dbfc94f7915536081e0f4a81e7bae3b04e588f01.tar.gz
gentoo-2-dbfc94f7915536081e0f4a81e7bae3b04e588f01.tar.bz2
gentoo-2-dbfc94f7915536081e0f4a81e7bae3b04e588f01.zip
Initial commit.
Diffstat (limited to 'x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild')
-rw-r--r--x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild
new file mode 100644
index 000000000000..609adc130055
--- /dev/null
+++ b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 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.1.ebuild,v 1.1 2003/09/06 15:43:27 sergey Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GKrellM2 plugin to monitor giFT transfers"
+SRC_URI="http://www.code-monkey.de/data/${PN}/${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.15
+ >=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
+}