diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-06 09:00:58 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-06 09:00:58 +0000 |
commit | 7486766cfed1b5b0e42ae864eb680024cf4b079a (patch) | |
tree | 063c1220c4ded21f331f4beaaf919618f0afdc80 /x11-misc/msetimon/msetimon-2.07.ebuild | |
parent | sandboxing temp. fix. (diff) | |
download | gentoo-2-7486766cfed1b5b0e42ae864eb680024cf4b079a.tar.gz gentoo-2-7486766cfed1b5b0e42ae864eb680024cf4b079a.tar.bz2 gentoo-2-7486766cfed1b5b0e42ae864eb680024cf4b079a.zip |
added new package, msetimon
Diffstat (limited to 'x11-misc/msetimon/msetimon-2.07.ebuild')
-rw-r--r-- | x11-misc/msetimon/msetimon-2.07.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/msetimon/msetimon-2.07.ebuild b/x11-misc/msetimon/msetimon-2.07.ebuild new file mode 100644 index 000000000000..ad7a8a0e861a --- /dev/null +++ b/x11-misc/msetimon/msetimon-2.07.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/msetimon/msetimon-2.07.ebuild,v 1.1 2002/08/06 09:00:58 cybersystem Exp $ + +DESCRIPTION="A GUI utility for monitoring the SETI@Home client" + +NAME="msetimon" + +SRC_URI="mirror://sourceforge/msetimon/${NAME}-perl-source-2-07.tar.gz" +HOMEPAGE="http://msetimon.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +INSTALLDIR=/usr/bin + +DEPEND="virtual/x11 + sys-devel/perl + dev-perl/perl-tk" + +S=${WORKDIR}/${PN}-perl-source-2-07 + +src_install () { + + mv ${S}/msetimon.pl msetimon + exeinto ${INSTALLDIR} + doexe msetimon || die "install failed" + dodoc README_msetimon.txt + +} |