diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-08 22:03:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-08 22:03:45 +0000 |
commit | cca6ded274f3331bdefe3c2b14218f11c09e1de8 (patch) | |
tree | 00422b0fd75ebbcf28584a82d8be1eaf1aa58f0c /x11-plugins/gkrellkam | |
parent | small fix0rs (diff) | |
download | historical-cca6ded274f3331bdefe3c2b14218f11c09e1de8.tar.gz historical-cca6ded274f3331bdefe3c2b14218f11c09e1de8.tar.bz2 historical-cca6ded274f3331bdefe3c2b14218f11c09e1de8.zip |
added note about econf and einstall
Diffstat (limited to 'x11-plugins/gkrellkam')
-rw-r--r-- | x11-plugins/gkrellkam/files/digest-gkrellkam-2.0.0 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-plugins/gkrellkam/files/digest-gkrellkam-2.0.0 b/x11-plugins/gkrellkam/files/digest-gkrellkam-2.0.0 new file mode 100644 index 000000000000..ec04078bcaed --- /dev/null +++ b/x11-plugins/gkrellkam/files/digest-gkrellkam-2.0.0 @@ -0,0 +1 @@ +MD5 657c99de172bc7598098a6a4196ff07b gkrellkam_2.0.0.tar.gz 27028 diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild new file mode 100644 index 000000000000..cb11ecdaedac --- /dev/null +++ b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.1 2002/11/08 22:03:45 seemant Exp $ + +MY_P=${P/-/_} +S=${WORKDIR}/${P} +DESCRIPTION="an Image-Watcher-Plugin for GKrellM2." +SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz" +HOMEPAGE="http://gkrellkam.sourceforge.net" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64" + +DEPEND="=app-admin/gkrellm-2*" + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/lib/gkrellm2/plugins + doexe gkrellkam2.so + + doman gkrellkam-list.5 + dodoc README Changelog COPYING example.list Release Todo INSTALL +} |